| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.shell |
| Modifier and Type | Class and Description |
|---|---|
class |
JarDeployment |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaDeployment
An adapter for a
DeployShell used for JSE deployments. |
class |
JeeDeployment |
| Modifier and Type | Method and Description |
|---|---|
static ShellAdapter |
ShellAdapter.getInstance(Context context) |
static ShellAdapter |
ShellAdapter.getInstance(DeployShell shell) |
ShellAdapter |
ShellAdapter.getRoot() |
protected ShellAdapter |
ShellAdapter.newAdapter(DeployShell shell) |
ShellAdapter |
ShellAdapter.newChildShell()
Creates a child
DeployShell and a new ShellAdapter for it. |
ShellAdapter |
ShellAdapter.newChildShell(Context context)
Same as
newChildShell() but creates the child DeployShell and adapter with the given Context. |