org.jboss.deployers.structure.spi
Interface StructuralDeployers

All Known Implementing Classes:
AbstractStructuralDeployers, VFSStructuralDeployersImpl

public interface StructuralDeployers

Determine the structure of a deployment

Version:
$Revision: 1.1$
Author:
adrian@jboss.org

Method Summary
 DeploymentContext determineStructure(Deployment deployment)
          Determine the structure for a deployment
 

Method Detail

determineStructure

DeploymentContext determineStructure(Deployment deployment)
                                     throws DeploymentException
Determine the structure for a deployment

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


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