Package | Description |
---|---|
com.caucho.env.deploy | |
com.caucho.server.e_app | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Class and Description |
---|---|
class |
DeployGeneratorAdmin<C extends DeployGenerator> |
Modifier and Type | Class and Description |
---|---|
class |
DeployListGenerator<E extends DeployControllerApi<?>>
A list of deploy objects.
|
class |
ExpandDeployGenerator<E extends ExpandDeployController<?>>
The generator for the deploy
|
Modifier and Type | Method and Description |
---|---|
void |
DeployContainer.add(DeployGenerator<C> generator)
Adds a deploy generator.
|
void |
DeployContainerApi.add(DeployGenerator<C> generator)
Adds a deploy generator.
|
void |
DeployListGenerator.add(DeployGenerator<E> deploy)
Adds a deploy.
|
void |
DeployContainer.remove(DeployGenerator<C> generator)
Removes a deploy.
|
void |
DeployContainerApi.remove(DeployGenerator<C> generator)
Removes a deploy.
|
void |
DeployListGenerator.remove(DeployGenerator<E> deploy)
Removes a deploy.
|
Modifier and Type | Class and Description |
---|---|
class |
EarDeployGenerator
The generator for the ear-deploy
|
class |
EarSingleDeployGenerator
The generator for the ear-deploy
|
Modifier and Type | Class and Description |
---|---|
class |
HostExpandDeployGenerator
The generator for the host deploy
|
class |
HostRegexpDeployGenerator
The generator for the web-app deploy
|
class |
HostSingleDeployGenerator
The generator for the host deploy
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppEarDeployGenerator
The generator for the ear deploy
|
class |
WebAppExpandDeployGenerator
The generator for the web-app deploy
|
class |
WebAppRegexpDeployGenerator
The generator for the web-app deploy
|
class |
WebAppSingleDeployGenerator
The generator for the web-app deploy
|
Modifier and Type | Method and Description |
---|---|
void |
WebAppContainer.addDeploy(DeployGenerator<WebAppController> deploy)
Sets the war-expansion
|
void |
WebAppContainer.removeWebAppDeploy(DeployGenerator<WebAppController> deploy)
Removes a web-app-generator.
|