org.jboss.deployers.vfs.spi.structure.helpers
Class ClassPathVisitor

java.lang.Object
  extended by org.jboss.deployers.vfs.spi.structure.helpers.ClassPathVisitor
All Implemented Interfaces:
org.jboss.deployers.structure.spi.DeploymentContextVisitor

public class ClassPathVisitor
extends Object
implements org.jboss.deployers.structure.spi.DeploymentContextVisitor

Collects all the classpath elements

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
ClassPathVisitor()
           
 
Method Summary
 void error(org.jboss.deployers.structure.spi.DeploymentContext context)
           
 Set<org.jboss.virtual.VirtualFile> getClassPath()
          Get the full classpath after the visit
 void visit(org.jboss.deployers.structure.spi.DeploymentContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathVisitor

public ClassPathVisitor()
Method Detail

getClassPath

public Set<org.jboss.virtual.VirtualFile> getClassPath()
Get the full classpath after the visit

Returns:
the full classpath

visit

public void visit(org.jboss.deployers.structure.spi.DeploymentContext context)
           throws org.jboss.deployers.spi.DeploymentException
Specified by:
visit in interface org.jboss.deployers.structure.spi.DeploymentContextVisitor
Throws:
org.jboss.deployers.spi.DeploymentException

error

public void error(org.jboss.deployers.structure.spi.DeploymentContext context)
Specified by:
error in interface org.jboss.deployers.structure.spi.DeploymentContextVisitor


Copyright ? 2007 JBoss Inc.. All Rights Reserved.