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
 

Method Detail

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 deployment
metaData - the metaData
Returns:
the deployment context
Throws:
org.jboss.deployers.spi.DeploymentException - for any error


Copyright © 2008 JBoss Inc.. All Rights Reserved.