Uses of Interface
org.jboss.deployers.spi.structure.StructureMetaData

Packages that use StructureMetaData
org.jboss.deployers.client.spi   
org.jboss.deployers.plugins.structure   
org.jboss.deployers.spi.structure   
org.jboss.deployers.structure.spi   
org.jboss.deployers.structure.spi.helpers   
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.plugins.structure.modify   
org.jboss.deployers.vfs.spi.structure   
org.jboss.deployers.vfs.spi.structure.helpers   
org.jboss.deployers.vfs.spi.structure.modified   
 

Uses of StructureMetaData in org.jboss.deployers.client.spi
 

Methods in org.jboss.deployers.client.spi that return StructureMetaData
protected static StructureMetaData DeploymentFactory.assureStructure(PredeterminedManagedObjectAttachments context)
          Assure the context has a predetermined structure
 

Uses of StructureMetaData in org.jboss.deployers.plugins.structure
 

Classes in org.jboss.deployers.plugins.structure that implement StructureMetaData
 class StructureMetaDataImpl
          StructureMetaDataImpl.
 

Methods in org.jboss.deployers.plugins.structure that return StructureMetaData
protected  StructureMetaData DefaultStructureMetaDataFactory.newStructureMetaData()
           
 

Uses of StructureMetaData in org.jboss.deployers.spi.structure
 

Methods in org.jboss.deployers.spi.structure that return StructureMetaData
static StructureMetaData StructureMetaDataFactory.createStructureMetaData()
          Create a new StructureMetaData.
protected abstract  StructureMetaData StructureMetaDataFactory.newStructureMetaData()
          Create a new StructureMetaData.
 

Uses of StructureMetaData in org.jboss.deployers.structure.spi
 

Methods in org.jboss.deployers.structure.spi with parameters of type StructureMetaData
 void StructureProcessor.applyStructureMetaData(DeploymentContext deploymentContext, StructureMetaData structureMetaData)
          Apply structure metadata.
 DeploymentContext StructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
          Create the tree
 void StructureProcessor.prepareStructureMetaData(Deployment deployment, StructureMetaData structureMetaData)
          Prepare structure metadata.
 

Uses of StructureMetaData in org.jboss.deployers.structure.spi.helpers
 

Methods in org.jboss.deployers.structure.spi.helpers with parameters of type StructureMetaData
protected  void AbstractStructureBuilder.applyStructureMetaData(DeploymentContext deploymentContext, StructureMetaData structureMetaData)
          Apply the structure metadata.
protected  DeploymentContext AbstractStructureBuilder.createRootDeploymentContext(Deployment deployment, StructureMetaData metaData)
          Create the root deployment context
protected  void AbstractStructuralDeployers.determineStructure(Deployment deployment, StructureMetaData structure)
           
protected  void AbstractStructureBuilder.populateContext(DeploymentContext context, StructureMetaData metaData)
          Populate the child deployment contexts
 DeploymentContext AbstractStructureBuilder.populateContext(Deployment deployment, StructureMetaData metaData)
           
protected  void AbstractStructureBuilder.prepareStructureMetaData(Deployment deploymentContext, StructureMetaData structureMetaData)
          Prepare the structure metadata.
 

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

Methods in org.jboss.deployers.vfs.plugins.structure with parameters of type StructureMetaData
protected  DeploymentContext VFSStructureBuilder.createRootDeploymentContext(Deployment deployment, StructureMetaData metaData)
           
protected  void VFSStructuralDeployersImpl.determineStructure(Deployment deployment, StructureMetaData structure)
           
 

Uses of StructureMetaData in org.jboss.deployers.vfs.plugins.structure.modify
 

Methods in org.jboss.deployers.vfs.plugins.structure.modify with parameters of type StructureMetaData
 void ModificationTypeStructureProcessor.applyStructureMetaData(DeploymentContext deploymentContext, StructureMetaData structureMetaData)
           
protected  void ModificationTypeStructureProcessor.checkForModification(org.jboss.virtual.VirtualFile root, StructureMetaData structureMetaData)
          Check for modification.
 boolean ModificationTypeMatcher.determineModification(org.jboss.virtual.VirtualFile root, StructureMetaData structureMetaData)
          Should we modify the file.
 boolean AbstractModificationTypeMatcher.determineModification(org.jboss.virtual.VirtualFile root, StructureMetaData structureMetaData)
           
 void ModificationTypeStructureProcessor.prepareStructureMetaData(Deployment deployment, StructureMetaData structureMetaData)
           
 

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

Methods in org.jboss.deployers.vfs.spi.structure that return StructureMetaData
 StructureMetaData StructureContext.getMetaData()
          Get the metaData.
 

Constructors in org.jboss.deployers.vfs.spi.structure with parameters of type StructureMetaData
StructureContext(org.jboss.virtual.VirtualFile file, StructureMetaData metaData, StructureContext parentContext)
          Create a new child structure context
StructureContext(org.jboss.virtual.VirtualFile root, StructureMetaData metaData, VFSStructuralDeployers deployers)
          Create a new structure context from a root
StructureContext(org.jboss.virtual.VirtualFile root, org.jboss.virtual.VirtualFile parent, org.jboss.virtual.VirtualFile file, StructureMetaData metaData, VFSStructuralDeployers deployers, StructureContext parentContext)
          Create a new structure context from a root
 

Uses of StructureMetaData in org.jboss.deployers.vfs.spi.structure.helpers
 

Methods in org.jboss.deployers.vfs.spi.structure.helpers with parameters of type StructureMetaData
protected  void AbstractStructureDeployer.addAllChildren(org.jboss.virtual.VirtualFile root, org.jboss.virtual.VirtualFile parent, StructureMetaData metaData, VFSStructuralDeployers deployers)
          Add all children as candidates
protected  void AbstractStructureDeployer.addChildren(org.jboss.virtual.VirtualFile root, org.jboss.virtual.VirtualFile parent, StructureMetaData metaData, VFSStructuralDeployers deployers, org.jboss.virtual.VisitorAttributes attributes)
          Add all children as candidates
 

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

Methods in org.jboss.deployers.vfs.spi.structure.modified with parameters of type StructureMetaData
protected  boolean MetaDataStructureModificationChecker.hasStructureBeenModified(org.jboss.virtual.VirtualFile root, StructureMetaData structureMetaData, Set<String> excludedPaths)
          Has structure been modified.
 



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