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.
createConfiguration
DeploymentConfiguration createConfiguration(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 © 2006 Apache Software Foundation. All Rights Reserved.