org.jboss.deployers.structure.spi
Interface StructureBuilder
- All Known Implementing Classes:
- AbstractStructureBuilder
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
|
Method Summary |
DeploymentContext |
populateContext(org.jboss.deployers.client.spi.Deployment deployment,
org.jboss.deployers.spi.structure.StructureMetaData metaData)
Create the tree |
populateContext
DeploymentContext populateContext(org.jboss.deployers.client.spi.Deployment deployment,
org.jboss.deployers.spi.structure.StructureMetaData metaData)
throws org.jboss.deployers.spi.DeploymentException
- Create the tree
- Parameters:
deployment - the deploymentmetaData - the metaData
- Returns:
- the deployment context
- Throws:
org.jboss.deployers.spi.DeploymentException - for any error
Copyright © 2008 JBoss Inc.. All Rights Reserved.