Uses of Interface
org.jboss.deployers.vfs.spi.structure.VFSDeploymentUnit

Packages that use VFSDeploymentUnit
org.jboss.deployers.vfs.spi.deployer   
org.jboss.deployers.vfs.spi.structure   
 

Uses of VFSDeploymentUnit in org.jboss.deployers.vfs.spi.deployer
 

Methods in org.jboss.deployers.vfs.spi.deployer with parameters of type VFSDeploymentUnit
protected  boolean AbstractVFSParsingDeployer.accepts(VFSDeploymentUnit unit)
          Callback to do prechecking on the deployment
abstract  void AbstractVFSRealDeployer.deploy(VFSDeploymentUnit unit)
          Deprecated. Deploy a vfs deployment
abstract  void AbstractOptionalVFSRealDeployer.deploy(VFSDeploymentUnit unit, T deployment)
          Deploy a deployment
abstract  void AbstractSimpleVFSRealDeployer.deploy(VFSDeploymentUnit unit, T deployment)
          Deploy a deployment
protected  Document JAXPDeployer.doParse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file)
          Do the parsing
protected  void AbstractVFSParsingDeployer.init(VFSDeploymentUnit unit, T metaData, org.jboss.virtual.VirtualFile file)
          Initialise the metadata
protected abstract  T JAXPDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, Document document)
          Parse a deployment
protected abstract  T XSLDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, Document document)
          Parse a deployment
protected  T SchemaResolverDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T ManifestDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T ObjectModelFactoryDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected abstract  T AbstractVFSParsingDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
          Parse a deployment
protected  T JAXPDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T XSLDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
protected  T JAXBDeployer.parse(VFSDeploymentUnit unit, org.jboss.virtual.VirtualFile file, T root)
           
 void AbstractVFSRealDeployer.undeploy(VFSDeploymentUnit unit)
          Deprecated. Undeploy a vfs deployment
 void AbstractOptionalVFSRealDeployer.undeploy(VFSDeploymentUnit unit, T deployment)
          Undeploy a deployment
 void AbstractSimpleVFSRealDeployer.undeploy(VFSDeploymentUnit unit, T deployment)
          Undeploy a deployment
 

Uses of VFSDeploymentUnit in org.jboss.deployers.vfs.spi.structure
 

Methods in org.jboss.deployers.vfs.spi.structure that return VFSDeploymentUnit
 VFSDeploymentUnit VFSDeploymentUnit.getParent()
          Get the parent deployment unit
 VFSDeploymentUnit VFSDeploymentUnit.getTopLevel()
          Get the top leve deployment unit
 

Methods in org.jboss.deployers.vfs.spi.structure that return types with arguments of type VFSDeploymentUnit
 List<VFSDeploymentUnit> VFSDeploymentUnit.getVFSChildren()
          Get the children
 



Copyright ? 2007 JBoss Inc.. All Rights Reserved.