Package | Description |
---|---|
com.caucho.env.deploy | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
DeployContainer<E> |
DeployGenerator.getDeployContainer()
Returns the deploy container.
|
Constructor and Description |
---|
DeployGenerator(DeployContainer<E> container)
Creates the deploy.
|
DeployListGenerator(DeployContainer<E> container)
Creates the deploy.
|
ExpandDeployGenerator(java.lang.String id,
DeployContainer<E> container,
Path containerRootDirectory)
Creates the deploy.
|
Constructor and Description |
---|
EarDeployGenerator(java.lang.String id,
DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer) |
EarSingleDeployGenerator(DeployContainer<EarDeployController> deployContainer,
WebAppContainer parentContainer,
EarConfig config) |
Constructor and Description |
---|
HostExpandDeployGenerator(java.lang.String id,
DeployContainer<HostController> container,
HostContainer hostContainer)
Creates the new host deploy.
|
HostRegexpDeployGenerator(DeployContainer<HostController> container)
Creates the new host deploy.
|
HostRegexpDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy.
|
HostSingleDeployGenerator(DeployContainer<HostController> container)
Creates the new host deploy.
|
HostSingleDeployGenerator(DeployContainer<HostController> container,
HostContainer hostContainer,
HostConfig config)
Creates the new host deploy.
|
Modifier and Type | Method and Description |
---|---|
DeployContainer<WebAppController> |
WebAppContainer.getWebAppGenerator()
Returns the webApp generator
|
Constructor and Description |
---|
WebAppEarDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
EarDeployGenerator earDeploy)
Creates the new host deploy.
|
WebAppExpandDeployGenerator(java.lang.String id,
DeployContainer<WebAppController> container,
WebAppContainer webAppContainer)
Creates the new expand deploy.
|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer)
Creates the new host deploy.
|
WebAppRegexpDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new host deploy.
|
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer)
Creates the new host deploy.
|
WebAppSingleDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
WebAppConfig config)
Creates the new web-app deploy.
|