org.apache.geronimo.deployment
Interface ModuleConfigurer
- All Known Implementing Classes:
- EARConfigurer
- public interface ModuleConfigurer
Interface to be implemented by the deployment subsystem for any type
of component (e.g. EAR, WAR, ...) that needs configuration.
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:48 $
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-2005 Apache Software Foundation. All Rights Reserved.