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

Method Summary
 DeploymentContext populateContext(Deployment deployment, StructureMetaData metaData)
          Create the tree
 

Method Detail

populateContext

DeploymentContext populateContext(Deployment deployment,
                                  StructureMetaData metaData)
                                  throws DeploymentException
Create the tree

Parameters:
deployment - the deployment
metaData - the metaData
Returns:
the deployment context
Throws:
DeploymentException - for any error


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