Package | Description |
---|---|
com.caucho.env.deploy | |
com.caucho.server.host | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
DeployControllerType |
DeployController.getControllerType() |
DeployControllerType |
DeployControllerApi.getControllerType()
Returns the controller type
|
static DeployControllerType |
DeployControllerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeployControllerType[] |
DeployControllerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DeployController.setControllerType(DeployControllerType type) |
Modifier and Type | Method and Description |
---|---|
DeployControllerType |
HostController.getControllerType() |
Modifier and Type | Method and Description |
---|---|
DeployControllerType |
WebAppVersioningController.getControllerType() |