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

E13403-08

Uses of Interface
oracle.jdeveloper.deploy.DeployerFactory

Packages that use DeployerFactory
oracle.jdeveloper.deploy   
oracle.jdeveloper.deploy.jar   
 

Uses of DeployerFactory in oracle.jdeveloper.deploy
 

Classes in oracle.jdeveloper.deploy that implement DeployerFactory
 class ProfileDeployerFactory
          Base DeployerFactory, this factory is at the head of the chain of factories that will be consulted when a Deployer for a particular Profile is required.
 

Methods in oracle.jdeveloper.deploy with parameters of type DeployerFactory
static void DeploymentManager.registerDeployerFactory(java.lang.Class clazz, java.lang.Class parentClazz, DeployerFactory factory)
          Registers a new Deployer factory with the Deployment Framework.
static void DeploymentManager.upgradeDeployerFactory(java.lang.Class clazz, DeployerFactory factory)
          Upgrades or extends an existing Factory.
 

Uses of DeployerFactory in oracle.jdeveloper.deploy.jar
 

Classes in oracle.jdeveloper.deploy.jar that implement DeployerFactory
 class JarDeployerFactory
          A basic DeployerFactory implementation.
 


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

E13403-08

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