|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentHandler
A deployment handler is responsible for processing found resources
All deployment handlers should specify a unique name under which they
will be registered with the DeploymentStrategy
| Method Summary | |
|---|---|
DeploymentMetadata |
getMetadata()
Get DeploymentHandlerMetadata for resources this deployment handler is interested in processing. |
java.lang.String |
getName()
A key used to identify the deployment handler |
java.util.Set<FileDescriptor> |
getResources()
|
void |
postProcess(java.lang.ClassLoader classLoader)
|
void |
setResources(java.util.Set<FileDescriptor> resources)
|
| Method Detail |
|---|
java.lang.String getName()
DeploymentMetadata getMetadata()
void postProcess(java.lang.ClassLoader classLoader)
java.util.Set<FileDescriptor> getResources()
void setResources(java.util.Set<FileDescriptor> resources)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||