org.jboss.deployers.vfs.spi.structure
Interface StructureDeployer
- All Superinterfaces:
- org.jboss.deployers.spi.Ordered
- All Known Implementing Classes:
- AbstractStructureDeployer
public interface StructureDeployer
- extends org.jboss.deployers.spi.Ordered
A StructureDeployer translates a deployment virtual file root into
StructureMetaData representing the deployment contexts.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
| Nested classes/interfaces inherited from interface org.jboss.deployers.spi.Ordered |
org.jboss.deployers.spi.Ordered.OrderedComparator |
| Fields inherited from interface org.jboss.deployers.spi.Ordered |
COMPARATOR |
|
Method Summary |
boolean |
determineStructure(org.jboss.virtual.VirtualFile root,
org.jboss.virtual.VirtualFile parent,
org.jboss.virtual.VirtualFile file,
org.jboss.deployers.spi.structure.StructureMetaData metaData,
VFSStructuralDeployers deployers)
Determine the structure of a deployment |
| Methods inherited from interface org.jboss.deployers.spi.Ordered |
getRelativeOrder, setRelativeOrder |
determineStructure
boolean determineStructure(org.jboss.virtual.VirtualFile root,
org.jboss.virtual.VirtualFile parent,
org.jboss.virtual.VirtualFile file,
org.jboss.deployers.spi.structure.StructureMetaData metaData,
VFSStructuralDeployers deployers)
throws org.jboss.deployers.spi.DeploymentException
- Determine the structure of a deployment
- Parameters:
root - the root fileparent - the parent filefile - the candidate file of the deploymentmetaData - the structure metadata to builddeployers - the available structure deployers
- Returns:
- true when it is recognised
- Throws:
org.jboss.deployers.spi.DeploymentException - for any error
Copyright ? 2007 JBoss Inc.. All Rights Reserved.