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

Packages that use StructureDeployer
org.jboss.deployers.vfs.plugins.structure   
org.jboss.deployers.vfs.plugins.structure.dir   
org.jboss.deployers.vfs.plugins.structure.explicit   
org.jboss.deployers.vfs.plugins.structure.file   
org.jboss.deployers.vfs.plugins.structure.jar   
org.jboss.deployers.vfs.plugins.structure.war   
org.jboss.deployers.vfs.spi.structure.helpers   
 

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

Classes in org.jboss.deployers.vfs.plugins.structure that implement StructureDeployer
 class AbstractVFSStructureDeployer
          VFS aware structure deployer.
 class StructureDeployerWrapper
          StructureDeployerWrapper.
 

Methods in org.jboss.deployers.vfs.plugins.structure that return types with arguments of type StructureDeployer
 Set<StructureDeployer> VFSStructuralDeployersImpl.getDeployers()
          Get the structureDeployers.
 

Methods in org.jboss.deployers.vfs.plugins.structure with parameters of type StructureDeployer
 void VFSStructuralDeployersImpl.addDeployer(StructureDeployer deployer)
          Add a structure deployer
 void VFSStructuralDeployersImpl.removeDeployer(StructureDeployer deployer)
          Remove a structure deployer
 

Method parameters in org.jboss.deployers.vfs.plugins.structure with type arguments of type StructureDeployer
 void VFSStructuralDeployersImpl.setDeployers(Set<StructureDeployer> deployers)
          Set the structureDeployers.
 

Constructors in org.jboss.deployers.vfs.plugins.structure with parameters of type StructureDeployer
StructureDeployerWrapper(StructureDeployer deployer)
          Create a new StructureDeployerWrapper.
 

Constructor parameters in org.jboss.deployers.vfs.plugins.structure with type arguments of type StructureDeployer
VFSStructuralDeployersImpl(Set<StructureDeployer> structureDeployers)
          Create a new VFSStructurealDeployers.
 

Uses of StructureDeployer in org.jboss.deployers.vfs.plugins.structure.dir
 

Classes in org.jboss.deployers.vfs.plugins.structure.dir that implement StructureDeployer
 class DirectoryStructure
          Deprecated. 
 

Uses of StructureDeployer in org.jboss.deployers.vfs.plugins.structure.explicit
 

Classes in org.jboss.deployers.vfs.plugins.structure.explicit that implement StructureDeployer
 class DeclaredStructure
          A structural deployer that looks for a jboss-structure.xml descriptor as the defining structure.
 

Uses of StructureDeployer in org.jboss.deployers.vfs.plugins.structure.file
 

Classes in org.jboss.deployers.vfs.plugins.structure.file that implement StructureDeployer
 class FileStructure
          FileStructure is a simple suffix recognition structure deployer.
 

Uses of StructureDeployer in org.jboss.deployers.vfs.plugins.structure.jar
 

Classes in org.jboss.deployers.vfs.plugins.structure.jar that implement StructureDeployer
 class JARStructure
          JARStructure.
 

Uses of StructureDeployer in org.jboss.deployers.vfs.plugins.structure.war
 

Classes in org.jboss.deployers.vfs.plugins.structure.war that implement StructureDeployer
 class WARStructure
          WARStructure.
 

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

Classes in org.jboss.deployers.vfs.spi.structure.helpers that implement StructureDeployer
 class AbstractStructureDeployer
          AbstractStructureDeployer.
 



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