Package | Description |
---|---|
com.caucho.env.deploy | |
com.caucho.jca.ra | |
com.caucho.server.webapp |
Modifier and Type | Method and Description |
---|---|
DeployMode |
DeployConfig.getRedeployMode()
Gets the redeploy mode.
|
DeployMode |
DeployController.getRedeployMode()
Returns the redeploy mode.
|
DeployMode |
DeployGenerator.getRedeployMode()
Gets the redeploy mode.
|
DeployMode |
DeployConfig.getStartupMode()
Gets the startup mode.
|
DeployMode |
DeployController.getStartupMode()
Returns the startup mode.
|
DeployMode |
DeployGenerator.getStartupMode()
Gets the startup mode.
|
static DeployMode |
DeployMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeployMode[] |
DeployMode.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.mergeRedeployMode(DeployMode mode)
Merge the redeploy mode.
|
void |
DeployConfig.setRedeployMode(DeployMode mode)
Sets the redeploy-mode
|
void |
DeployController.setRedeployMode(DeployMode mode)
Sets the redeploy mode.
|
void |
DeployGenerator.setRedeployMode(DeployMode mode)
Sets the redeploy mode.
|
void |
DeployConfig.setStartupMode(DeployMode mode)
Sets the startup-mode
|
void |
DeployController.setStartupMode(DeployMode mode)
Sets the startup mode.
|
void |
DeployGenerator.setStartupMode(DeployMode mode)
Sets the startup mode.
|
Modifier and Type | Method and Description |
---|---|
DeployMode |
ResourceDeploy.getRedeployMode() |
DeployMode |
ResourceDeploy.getStartupMode() |
Modifier and Type | Method and Description |
---|---|
void |
WebApp.setRedeployMode(DeployMode mode)
Sets the redeploy-mode of the controller
|