org.jboss.deployers.vfs.spi.structure
Interface StructureDeployer
- All Superinterfaces:
- Ordered
- All Known Implementing Classes:
- AbstractStructureDeployer, AbstractVFSStructureDeployer, DeclaredStructure, DirectoryStructure, FileStructure, JARStructure, StructureDeployerWrapper, WARStructure
public interface StructureDeployer
- extends Ordered
A StructureDeployer translates a deployment virtual file root into
StructureMetaData representing the deployment contexts.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
determineStructure
boolean determineStructure(StructureContext context)
throws DeploymentException
- Determine the structure of a deployment
- Parameters:
context
- the structure context
- Returns:
- true when it recognised the context
- Throws:
DeploymentException
- for an error
isSupportsCandidateAnnotations
boolean isSupportsCandidateAnnotations()
- Do we support candidate annotations lookup.
- Returns:
- true if candidate annotaiotns lookup is supported, false otherwise
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.