| org.apache.geronimo.deployment.ModuleConfigurer
ModuleConfigurer | public interface ModuleConfigurer (Code) | | Interface to be implemented by the deployment subsystem for any type
of component (e.g. EAR, WAR, ...) that needs configuration.
version: $Rev: 493181 $ $Date: 2007-01-05 12:32:03 -0800 (Fri, 05 Jan 2007) $ |
createConfiguration | DeploymentConfiguration createConfiguration(DeployableObject deployable)(Code) | | JSR88 method for getting the vendor part of the deployment configuration
Parameters: deployable - the object the tool is trying to deploy the vendor-specific deployment configuration, or null a configurer cannot handle the DeployableObject |
getModuleType | ModuleType getModuleType()(Code) | | Supply the module type this configurer handles for indexing
ModuleType handled by this Configurer. |
|
|