org.apache.geronimo.deployment.plugin.application
Class EARConfigurer

java.lang.Object
  extended byorg.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
           
 
Constructor Summary
EARConfigurer()
           
 
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
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

EARConfigurer

public EARConfigurer()
Method Detail

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.