| Package | Description | 
|---|---|
| oracle.jdeveloper.deploy | |
| oracle.jdeveloper.deploy.dmf | |
| oracle.jdeveloper.deploy.meta | |
| oracle.jdeveloper.deploy.meta.pattern | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
DeploymentManager.deploy(int deploymentSequenceId,
      Context context,
      DeployShellFactory factory,
      java.lang.Object lock)
Deprecated.  
 | 
static void | 
DeploymentManager.registerDeployerFactory(java.lang.Class deployable,
                       java.lang.Class parent,
                       DeployerFactory factory)
Registers a new Deployer factory with the Deployment Framework. 
 | 
static void | 
DeploymentManager.registerDeployerFactory(MetaClass deployable,
                       MetaClass parent,
                       CustomMetaClass deployerFactory)  | 
static void | 
DeploymentManager.registerDeployerFactory(MetaClass deployable,
                       MetaClass parent,
                       MetaClass factory)  | 
static void | 
DeploymentManager.registerDeploymentModuleFactory(java.lang.String forClass,
                               DeploymentModuleFactory factory)  | 
static void | 
DeploymentManager.upgradeDeployerFactory(java.lang.Class clazz,
                      DeployerFactory factory)
Upgrades or extends an existing Factory. 
 | 
static void | 
DeploymentManager.upgradeDeployerFactory(MetaClass deployable,
                      CustomMetaClass deployerFactory)  | 
static void | 
DeploymentManager.upgradeDeployerFactory(MetaClass deployable,
                      MetaClass deployerFactory)  | 
static void | 
DeploymentManager.upgradeDeploymentModuleFactory(java.lang.String forClass,
                              DeploymentModuleFactory factory)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DescriptorNotFoundException  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UpgradableStore.addNode(L label,
       L parent,
       N node)  | 
void | 
UpgradableStore.addNode(L label,
       N node)  | 
T | 
FeatureStore.findProvider(Platform platform,
            java.lang.Object userData)
Find the provider of a feature. 
 | 
static Platform | 
PlatformRegistry.getPlatform(PlatformType type,
           PlatformVersion version)
Get a platform matching the type and version supplied. 
 | 
static Platform | 
PlatformRegistry.getPlatform(PlatformType type,
           java.lang.String version)
Constructs a PlatformVersion from a version string in its canonical form (e.g "10.1.3")
 and calls the preceding version of getPlatform() 
 | 
void | 
UpgradableStore.replaceNode(L label,
           N node)  | 
static void | 
PlatformRegistry.setDefaultPlatform(Platform platform)  | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ChainOfR.DuplicateIndexException  | 
static class  | 
ChainOfR.IndexNotFoundException  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChainOfR.add(T chainIndex,
   T chainParentIndex,
   V userObject)
Adds a new User Object to a chain. 
 | 
void | 
ChainOfR.replace(T chainIndex,
       V userObject)
Replace an existing User Object with a new one. 
 |