|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.structure.spi.helpers.UnitVisitorToContextVisitor
public class UnitVisitorToContextVisitor
UnitVisitorToContextVisitor.
Constructor Summary | |
---|---|
UnitVisitorToContextVisitor(DeploymentUnitVisitor visitor)
Create a new UnitVisitorToContextVisitor. |
Method Summary | |
---|---|
void |
error(DeploymentContext context)
Invoked when there is a subsequent error in the visit |
void |
visit(DeploymentContext context)
Visit a context |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnitVisitorToContextVisitor(DeploymentUnitVisitor visitor)
visitor
- the deployment unit visitor
IllegalArgumentException
- for a null visitorMethod Detail |
---|
public void visit(DeploymentContext context) throws DeploymentException
DeploymentContextVisitor
visit
in interface DeploymentContextVisitor
context
- the context
DeploymentException
- for any errorpublic void error(DeploymentContext context)
DeploymentContextVisitor
error
in interface DeploymentContextVisitor
context
- the context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |