Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.jdeveloper.deploy
Interface DeploymentConstants

All Known Subinterfaces:
JeeDeploymentConstants

public interface DeploymentConstants

Lists the DeploymentSequenceIds that are implemented by the delivered Deployers. All J2EE and related Deployment sequences are only available on the J2EE edition of JDeveloper.


Field Summary
static int ARCHIVE_DEPLOYER
          A simple archive deployer
static int BUILD_DEPLOYER
          A build deployer builds a Jdeveloper project or application.
static int DEFAULT_SEQUENCE
          Default Deployment Sequence for a particular DeployElement.
static int DEPLOYMENT_SEQUENCE
          A complete end-to-end deployment sequence
static int MODULE_PACKAGER
          The Packaging deployer creates an archive.
static int PACKAGE_DISTRIBUTE_SEQUENCE
          Package and Distribute process.
static int PACKAGING_SEQUENCE
          Packaging sequence
static java.lang.String PACKINGLIST_ENTRY_NAME
          ModuleIO Constants
static int PROFILE_DEFINITION
          A Profile Definition Deployer creates a profile definition using a Profile UI.

 

Field Detail

DEPLOYMENT_SEQUENCE

static final int DEPLOYMENT_SEQUENCE
A complete end-to-end deployment sequence

PACKAGE_DISTRIBUTE_SEQUENCE

static final int PACKAGE_DISTRIBUTE_SEQUENCE
Package and Distribute process.

DEFAULT_SEQUENCE

static final int DEFAULT_SEQUENCE
Default Deployment Sequence for a particular DeployElement.

PACKAGING_SEQUENCE

static final int PACKAGING_SEQUENCE
Packaging sequence

PROFILE_DEFINITION

static final int PROFILE_DEFINITION
A Profile Definition Deployer creates a profile definition using a Profile UI.

ARCHIVE_DEPLOYER

static final int ARCHIVE_DEPLOYER
A simple archive deployer

BUILD_DEPLOYER

static final int BUILD_DEPLOYER
A build deployer builds a Jdeveloper project or application.

MODULE_PACKAGER

static final int MODULE_PACKAGER
The Packaging deployer creates an archive.

PACKINGLIST_ENTRY_NAME

static final java.lang.String PACKINGLIST_ENTRY_NAME
ModuleIO Constants
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


Copyright © 1997, 2015, Oracle. All rights reserved.