|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.env.deploy.DeployGenerator<HostController>
com.caucho.server.host.HostRegexpDeployGenerator
public class HostRegexpDeployGenerator
The generator for the web-app deploy
Constructor Summary | |
---|---|
HostRegexpDeployGenerator(DeployContainer<HostController> container)
Creates the new host deploy. |
|
HostRegexpDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy. |
Method Summary | |
---|---|
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()
|
Methods inherited from class com.caucho.env.deploy.DeployGenerator |
---|
destroy, destroyImpl, environmentBind, environmentConfigure, environmentStart, environmentStop, fillDeployedNames, getConfigException, getDeployContainer, getLog, getParentClassLoader, getRedeployMode, getStartupMode, getState, init, initImpl, isActive, isDestroyed, isModified, logModified, mergeController, setRedeployMode, setStartupMode, start, startImpl, stop, stopImpl, update, updateIfModified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HostRegexpDeployGenerator(DeployContainer<HostController> container)
public HostRegexpDeployGenerator(DeployContainer<HostController> container, HostContainer hostContainer, HostConfig config)
Method Detail |
---|
public HostContainer getContainer()
public void setContainer(HostContainer container)
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |