|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the deployment typepublic interface DeploymentVisitor<T>
DeploymentVisitor.
Method Summary | |
---|---|
void |
deploy(DeploymentUnit unit,
T deployment)
Deploy the deployment |
Class<T> |
getVisitorType()
Get the visitor type |
void |
undeploy(DeploymentUnit unit,
T deployment)
Undeploy the deployment |
Method Detail |
---|
Class<T> getVisitorType()
void deploy(DeploymentUnit unit, T deployment) throws DeploymentException
unit
- the deployment unitdeployment
- the deployment
DeploymentException
- the deployment exceptionvoid undeploy(DeploymentUnit unit, T deployment)
unit
- the deployment unitdeployment
- the deployment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |