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

Packages that use VFSDeploymentContext
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.spi.structure   
org.jboss.deployers.vfs.spi.structure.modified   
 

Uses of VFSDeploymentContext in org.jboss.deployers.vfs.plugins.structure
 

Classes in org.jboss.deployers.vfs.plugins.structure that implement VFSDeploymentContext
 class AbstractVFSDeploymentContext
          AbstractVFSDeploymentContext.
 

Methods in org.jboss.deployers.vfs.plugins.structure that return VFSDeploymentContext
protected  VFSDeploymentContext AbstractVFSDeploymentUnit.getDeploymentContext()
           
 VFSDeploymentContext AbstractVFSDeploymentContext.getTopLevel()
           
 

Constructors in org.jboss.deployers.vfs.plugins.structure with parameters of type VFSDeploymentContext
AbstractVFSDeploymentUnit(VFSDeploymentContext deploymentContext)
          Create a new AbstractVFSDeploymentUnit.
 

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

Methods in org.jboss.deployers.vfs.spi.structure that return VFSDeploymentContext
 VFSDeploymentContext VFSDeploymentContext.getTopLevel()
          Get the top level deployment context
 

Uses of VFSDeploymentContext in org.jboss.deployers.vfs.spi.structure.modified
 

Methods in org.jboss.deployers.vfs.spi.structure.modified that return VFSDeploymentContext
protected  VFSDeploymentContext AbstractStructureModificationChecker.getDeploymentContext(String name)
          Get deployment context.
 

Methods in org.jboss.deployers.vfs.spi.structure.modified with parameters of type VFSDeploymentContext
protected abstract  boolean AbstractStructureModificationChecker.hasStructureBeenModifed(org.jboss.virtual.VirtualFile root, VFSDeploymentContext deploymentContext)
          Has structure been modified.
protected  boolean MetaDataStructureModificationChecker.hasStructureBeenModifed(org.jboss.virtual.VirtualFile root, VFSDeploymentContext deploymentContext)
           
protected  boolean SynchWrapperModificationChecker.hasStructureBeenModifed(org.jboss.virtual.VirtualFile root, VFSDeploymentContext deploymentContext)
           
 boolean AbstractStructureModificationChecker.hasStructureBeenModified(VFSDeploymentContext deploymentContext)
           
 boolean StructureModificationChecker.hasStructureBeenModified(VFSDeploymentContext deploymentContext)
          Has structure been modified.
protected  boolean AbstractStructureModificationChecker.hasStructureBeenModified(VFSDeploymentContext deploymentContext, boolean checkRoot)
          Has structure been modified.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.