| Package | Description |
|---|---|
| oracle.jdeveloper.deploy | |
| oracle.jdeveloper.deploy.cmd | |
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.deploy.shell |
| Modifier and Type | Class and Description |
|---|---|
class |
AppServerDeploymentOptions |
class |
JavaDeploymentOptions |
class |
JeeDeploymentOptions |
| Modifier and Type | Method and Description |
|---|---|
static <T extends DeploymentOptions> |
DeploymentOptions.create(HashStructure hash,
java.lang.Class<T> optionsClass) |
static <T extends DeploymentOptions> |
DeploymentOptions.find(HashStructure hash,
java.lang.Class<T> optionsClass) |
static <T extends DeploymentOptions> |
DeploymentOptions.findOrCreate(HashStructure hash,
java.lang.Class<T> optionsClass) |
static <T extends DeploymentOptions> |
DeploymentOptions.getDefault(java.lang.Class<T> optionsClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends DeploymentOptions> |
DeployCommandState.getDeploymentOptions(java.lang.Class<T> optionsClass) |
<T extends DeploymentOptions> |
DeployCommand.getDeploymentOptions(java.lang.Class<T> optionsClass) |
<T extends DeploymentOptions> |
DeployCommandState.setDeploymentOptions(T options) |
<T extends DeploymentOptions> |
DeployCommand.setDeploymentOptions(T options) |
| Modifier and Type | Method and Description |
|---|---|
<T extends DeploymentOptions> |
Deployment.getDeploymentOptions(java.lang.Class<T> optionsClass)
Returns the current DeploymentOptions object used to
configure environment-level options for deployment.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DeploymentOptions> |
ShellAdapter.getDeploymentOptions(java.lang.Class<T> optionsClass) |
<T extends DeploymentOptions> |
ShellAdapter.getOrCreateDeploymentOptions(java.lang.Class<T> optionsClass) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentOptions |
ShellAdapter.getDeploymentOptions() |
DeploymentOptions |
ShellAdapter.getOrCreateDeploymentOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShellAdapter.setDeploymentOptions(DeploymentOptions options) |