org.apache.geronimo.deployment.plugin.application
Class EARConfigurer
java.lang.Object
org.apache.geronimo.deployment.plugin.application.EARConfigurer
- All Implemented Interfaces:
- ModuleConfigurer
- public class EARConfigurer
- extends Object
- implements ModuleConfigurer
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:58:48 $
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
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 |
static org.apache.geronimo.gbean.GBeanInfo |
getGBeanInfo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
EARConfigurer
public EARConfigurer()
createConfiguration
public javax.enterprise.deploy.spi.DeploymentConfiguration createConfiguration(javax.enterprise.deploy.model.DeployableObject deployable)
- Description copied from interface:
ModuleConfigurer
- JSR88 method for getting the vendor part of the deployment configuration
- Specified by:
createConfiguration
in interface ModuleConfigurer
- Parameters:
deployable
- the object the tool is trying to deploy
- Returns:
- the vendor-specific deployment configuration, or null a configurer cannot handle the DeployableObject
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.