org.jboss.deployers.structure.spi
Interface StructuralDeployers

All Known Implementing Classes:
AbstractStructuralDeployers

public interface StructuralDeployers

Determine the structure of a deployment

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

Method Summary
 DeploymentContext determineStructure(org.jboss.deployers.client.spi.Deployment deployment)
          Determine the structure for a deployment
 

Method Detail

determineStructure

DeploymentContext determineStructure(org.jboss.deployers.client.spi.Deployment deployment)
                                     throws org.jboss.deployers.spi.DeploymentException
Determine the structure for a deployment

Parameters:
deployment - the deployment
Returns:
the deployment context
Throws:
org.jboss.deployers.spi.DeploymentException - for any error


Copyright © 2008 JBoss Inc.. All Rights Reserved.