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

E13403-03

Uses of Class
oracle.jdeveloper.deploy.dt.DeployProfileDt

Packages that use DeployProfileDt
oracle.jdeveloper.deploy.dt   
 

Uses of DeployProfileDt in oracle.jdeveloper.deploy.dt
 

Methods in oracle.jdeveloper.deploy.dt that return DeployProfileDt
static DeployProfileDt Deployment.getProfileDesignTime(java.lang.Class profileClass)
          Completes the deferred loading of deployment addins.
 

Methods in oracle.jdeveloper.deploy.dt that return types with arguments of type DeployProfileDt
static java.util.List<DeployProfileDt> Deployment.getProfileDesignTimeList()
          Returns a List of Profile related DeployProfileDt instances registered.
 

Methods in oracle.jdeveloper.deploy.dt with parameters of type DeployProfileDt
static void Deployment.registerProfileDesignTime(java.lang.Class<? extends Profile> profileClass, DeployProfileDt pdt)
          Registers the given DeployProfileDt as representing a deployment profile type.
static void Deployment.registerProfileDesignTime(java.lang.Class<? extends Profile> profileClass, DeployProfileDt dpdt, Wizard wiz)
          Registers a Profile, along with a Design Time, and a Wizard to be used for creating new Profiles of that type.
 


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

E13403-03

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