|
||||||||||
| 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. |
String |
getName()
A key used to identify the deployment handler |
Set<FileDescriptor> |
getResources()
|
void |
postProcess(ClassLoader classLoader)
|
void |
setResources(Set<FileDescriptor> resources)
|
| Method Detail |
|---|
String getName()
DeploymentMetadata getMetadata()
void postProcess(ClassLoader classLoader)
Set<FileDescriptor> getResources()
void setResources(Set<FileDescriptor> resources)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||