Package | Description |
---|---|
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.common | |
oracle.jdeveloper.deploy.jar | |
oracle.jdevimpl.deploy.common |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulDeployer |
Modifier and Type | Method and Description |
---|---|
static Deployer |
DeploymentManager.createDeployer(int deploymentSequenceId,
DeployShell shell) |
Deployer |
DeployEvent.getDeployer() |
Deployer |
DeployerFactory.newDeployer(int deploymentSequenceId,
DeployShell shell)
Create and/or return an existing Deployer.
|
Modifier and Type | Method and Description |
---|---|
static DeployEvent |
DeployEvent.create(int originalSequence,
int currentSequence,
DeployShell shell,
Deployer deployer) |
Constructor and Description |
---|
DeployEvent(int originalSequence,
int currentSequence,
DeployShell shell,
Deployer deployer) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDeployer
Base class for constructing new Deployers.
|
class |
AbstractStatefulDeployer
A stateful deployer can persist for more than one deployment cycle.
|
class |
BatchDeployer
Composite pattern.
|
class |
BuildDeployer
Bridge from Deployment into the Build system.
|
class |
DynamicDeployer
A DynamicDeployer is used to fetch another Deployer from a DeploymentFactory
at runtime.
|
class |
ModulePackager |
class |
NullDeployer
A null-deployer does not do anything, and does not fire any events.
|
Modifier and Type | Method and Description |
---|---|
Deployer[] |
BatchDeployer.getDeployers() |
Modifier and Type | Class and Description |
---|---|
class |
ArchiveDeployer
Deployer for a regular archive.
|
class |
ArchivePreviewer
Preview functionality for regular JAR profiles.
|
Modifier and Type | Method and Description |
---|---|
Deployer |
JarDeployerFactory.newDeployer(int deploySequenceId,
DeployShell shell) |
Modifier and Type | Class and Description |
---|---|
class |
oracle.jdevimpl.deploy.common.ProfileDeployer
Base class for Deployers that operate on a deployment profile.
|