|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployers.vfs.spi.structure.helpers.ClassPathVisitor
public class ClassPathVisitor
Collects all the classpath elements
Constructor Summary | |
---|---|
ClassPathVisitor()
Deprecated. |
|
ClassPathVisitor(DeploymentUnit initial)
Create a new ClassPathVisitor. |
Method Summary | |
---|---|
void |
error(DeploymentUnit context)
Invoked when there is a subsequent error in the visit |
Set<org.jboss.virtual.VirtualFile> |
getClassPath()
Get the full classpath after the visit |
void |
visit(DeploymentUnit unit)
Visit a unit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public ClassPathVisitor()
public ClassPathVisitor(DeploymentUnit initial)
initial
- the initial unitMethod Detail |
---|
public Set<org.jboss.virtual.VirtualFile> getClassPath()
public void visit(DeploymentUnit unit) throws DeploymentException
DeploymentUnitVisitor
visit
in interface DeploymentUnitVisitor
unit
- the unit
DeploymentException
- for any errorpublic void error(DeploymentUnit context)
DeploymentUnitVisitor
error
in interface DeploymentUnitVisitor
context
- the unit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |