|
||||||||||
| 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(org.jboss.deployers.structure.spi.DeploymentUnit unit,
T deployment)
Deploy the deployment |
Class<T> |
getVisitorType()
Get the visitor type |
void |
undeploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
T deployment)
Undeploy the deployment |
| Method Detail |
|---|
Class<T> getVisitorType()
void deploy(org.jboss.deployers.structure.spi.DeploymentUnit unit,
T deployment)
throws org.jboss.deployers.spi.DeploymentException
unit - the deployment unitdeployment - the deployment
org.jboss.deployers.spi.DeploymentException - the deployment exception
void undeploy(org.jboss.deployers.structure.spi.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 | |||||||||