@Module public class EarDeployGenerator extends ExpandDeployGenerator<EarDeployController>
| Constructor and Description | 
|---|
EarDeployGenerator(java.lang.String id,
                  DeployContainer<EarDeployController> deployContainer,
                  WebAppContainer parentContainer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addEarDefault(EarConfig config)
Sets the ear default. 
 | 
EarDeployController | 
createController(ExpandVersion version)
Returns the current array of application entries. 
 | 
protected void | 
destroyImpl()
Derived class implentation of destroy. 
 | 
java.lang.String | 
getURLPrefix()
Gets the URL prefix. 
 | 
protected void | 
initImpl()
Configuration checks on init. 
 | 
void | 
setURLPrefix(java.lang.String prefix)
Sets the URL prefix. 
 | 
protected void | 
startImpl()
Starts the deploy. 
 | 
addExpandCleanupFileset, addExpandPreserveFileset, addRequireFile, afterUpdate, beforeUpdate, deploy, equals, fillDeployedNames, generateController, getArchiveDirectory, getArchivePath, getConfigException, getDependencyCheckInterval, getExpandDirectory, getExpandPath, getExpandPrefix, getExpandSuffix, getExtension, getId, getLog, getNames, getPath, getPathSuffix, getPrimaryVersion, getRepository, handleAlarm, isDeployedKey, isModified, isVersioning, keyToName, logModified, nameToKey, onTagChange, onUpdate, setArchiveDirectory, setDependencyCheckInterval, setEntryNamePrefix, setExpandDirectory, setExpandPath, setExpandPrefix, setExpandSuffix, setExtension, setMultiversionRouting, setPath, setPathSuffix, setVersioning, start, stop, stopImpl, toString, undeploy, update, updateIfModified, updateIfModifiedNowdestroy, environmentBind, environmentConfigure, environmentStart, environmentStop, getConfigException, getDeployContainer, getParentClassLoader, getRedeployMode, getStartupMode, getState, init, isActive, isDestroyed, mergeController, setRedeployMode, setStartupMode, start, stoppublic EarDeployGenerator(java.lang.String id,
                          DeployContainer<EarDeployController> deployContainer,
                          WebAppContainer parentContainer)
public java.lang.String getURLPrefix()
public void setURLPrefix(java.lang.String prefix)
public void addEarDefault(EarConfig config)
protected void initImpl()
                 throws ConfigException
ExpandDeployGeneratorinitImpl in class ExpandDeployGenerator<EarDeployController>ConfigExceptionprotected void startImpl()
                  throws ConfigException
ExpandDeployGeneratorstartImpl in class ExpandDeployGenerator<EarDeployController>ConfigExceptionpublic EarDeployController createController(ExpandVersion version)
createController in class ExpandDeployGenerator<EarDeployController>protected void destroyImpl()
DeployGeneratordestroyImpl in class DeployGenerator<EarDeployController>