public class HostRegexpDeployGenerator extends DeployGenerator<HostController>
| Constructor and Description |
|---|
HostRegexpDeployGenerator(DeployContainer<HostController> container)
Creates the new host deploy.
|
HostRegexpDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillDeployedNames(java.util.Set<java.lang.String> names)
Returns the deployed keys.
|
void |
generateController(java.lang.String name,
java.util.ArrayList<HostController> list)
Returns the current array of application entries.
|
HostContainer |
getContainer()
Gets the application container.
|
void |
setContainer(HostContainer container)
Sets the application container.
|
java.lang.String |
toString() |
destroy, destroyImpl, environmentBind, environmentConfigure, environmentStart, environmentStop, getConfigException, getDeployContainer, getLog, getParentClassLoader, getRedeployMode, getStartupMode, getState, init, initImpl, isActive, isDestroyed, isModified, logModified, mergeController, setRedeployMode, setStartupMode, start, startImpl, stop, stopImpl, update, updateIfModifiedpublic HostRegexpDeployGenerator(DeployContainer<HostController> container)
public HostRegexpDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
public HostContainer getContainer()
public void setContainer(HostContainer container)
protected void fillDeployedNames(java.util.Set<java.lang.String> names)
fillDeployedNames in class DeployGenerator<HostController>public void generateController(java.lang.String name,
java.util.ArrayList<HostController> list)
generateController in class DeployGenerator<HostController>public java.lang.String toString()
toString in class DeployGenerator<HostController>