org.jboss.deployers.structure.spi.helpers
Class AbstractStructuralDeployers

java.lang.Object
  extended by org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers
All Implemented Interfaces:
StructuralDeployers
Direct Known Subclasses:
VFSStructuralDeployersImpl

public class AbstractStructuralDeployers
extends Object
implements StructuralDeployers

AbstractStructuralDeployers.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
AbstractStructuralDeployers()
           
 
Method Summary
 DeploymentContext determineStructure(Deployment deployment)
          Determine the structure for a deployment
protected  void determineStructure(Deployment deployment, StructureMetaData structure)
           
 StructureBuilder getStructureBuilder()
          Get the structureBuilder.
 void setStructureBuilder(StructureBuilder structureBuilder)
          Set the structureBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStructuralDeployers

public AbstractStructuralDeployers()
Method Detail

getStructureBuilder

public StructureBuilder getStructureBuilder()
Get the structureBuilder.

Returns:
the structureBuilder.

setStructureBuilder

public void setStructureBuilder(StructureBuilder structureBuilder)
Set the structureBuilder.

Parameters:
structureBuilder - the structureBuilder.

determineStructure

public DeploymentContext determineStructure(Deployment deployment)
                                     throws DeploymentException
Description copied from interface: StructuralDeployers
Determine the structure for a deployment

Specified by:
determineStructure in interface StructuralDeployers
Parameters:
deployment - the deployment
Returns:
the deployment context
Throws:
DeploymentException - for any error

determineStructure

protected void determineStructure(Deployment deployment,
                                  StructureMetaData structure)
                           throws Exception
Throws:
Exception


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