org.jboss.deployers.structure.spi
Interface StructureBuilder
- All Known Implementing Classes:
- AbstractStructureBuilder, VFSStructureBuilder
public interface StructureBuilder
A StructureBuilder transforms the StructureMetaData for a deployment info
a DeploymentContext tree.
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org, adrian@jboss.org
populateContext
DeploymentContext populateContext(Deployment deployment,
StructureMetaData metaData)
throws DeploymentException
- Create the tree
- Parameters:
deployment
- the deploymentmetaData
- the metaData
- Returns:
- the deployment context
- Throws:
DeploymentException
- for any error
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.