| Package | Description |
|---|---|
| com.caucho.server.e_app | |
| com.caucho.server.host | |
| com.caucho.server.webapp |
| Constructor and Description |
|---|
EarDeployGeneratorAdmin(EarDeployGenerator earDeployGenerator) |
| Modifier and Type | Method and Description |
|---|---|
EarDeployGenerator |
Host.createEarDeploy()
Sets the ear-expansion
|
| Modifier and Type | Method and Description |
|---|---|
void |
Host.addEarDeploy(EarDeployGenerator earDeploy)
Adds the ear-expansion
|
| Modifier and Type | Method and Description |
|---|---|
EarDeployGenerator |
WebAppContainer.createEarDeploy()
Sets the ear-expansion
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppContainer.addEarDeploy(EarDeployGenerator earDeploy)
Adds the ear-expansion
|
| Constructor and Description |
|---|
WebAppEarDeployGenerator(DeployContainer<WebAppController> deployContainer,
WebAppContainer container,
EarDeployGenerator earDeploy)
Creates the new host deploy.
|