@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, updateIfModifiedNow
destroy, environmentBind, environmentConfigure, environmentStart, environmentStop, getConfigException, getDeployContainer, getParentClassLoader, getRedeployMode, getStartupMode, getState, init, isActive, isDestroyed, mergeController, setRedeployMode, setStartupMode, start, stop
public 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
ExpandDeployGenerator
initImpl
in class ExpandDeployGenerator<EarDeployController>
ConfigException
protected void startImpl() throws ConfigException
ExpandDeployGenerator
startImpl
in class ExpandDeployGenerator<EarDeployController>
ConfigException
public EarDeployController createController(ExpandVersion version)
createController
in class ExpandDeployGenerator<EarDeployController>
protected void destroyImpl()
DeployGenerator
destroyImpl
in class DeployGenerator<EarDeployController>