org.apache.geronimo.deployment
Interface ModuleConfigurer
- public interface ModuleConfigurer
Interface to be implemented by the deployment subsystem for any type
of component (e.g. EAR, WAR, ...) that needs configuration.
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
Method Summary |
javax.enterprise.deploy.spi.DeploymentConfiguration |
createConfiguration(javax.enterprise.deploy.model.DeployableObject deployable)
JSR88 method for getting the vendor part of the deployment configuration |
createConfiguration
public javax.enterprise.deploy.spi.DeploymentConfiguration createConfiguration(javax.enterprise.deploy.model.DeployableObject deployable)
- JSR88 method for getting the vendor part of the deployment configuration
- Parameters:
deployable
- the object the tool is trying to deploy
- Returns:
- the vendor-specific deployment configuration, or null a configurer cannot handle the DeployableObject
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.