| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Profile in oracle.jdeveloper.deploy | 
|---|
| Methods in oracle.jdeveloper.deploy that return Profile | |
|---|---|
static Profile | 
DeployUtil.findProfileInElement(java.lang.String profileName, Element parent) | 
static Profile | 
DeployUtil.findProfileInElement(java.net.URL profileURL, Element parent) | 
static Profile | 
DeployUtil.getProfile(Context context) | 
static Profile | 
DeployUtil.getProfile(DataContainer container, java.lang.String profileName) | 
static Profile | 
DeployUtil.getProfile(DeployShell shell) | 
static Profile | 
DeployUtil.getProfile(java.net.URL profileURL) | 
| Methods in oracle.jdeveloper.deploy with parameters of type Profile | |
|---|---|
static DeploymentModule | 
DeployUtil.getDeploymentModule(DeployShell shell, Profile profile)Get the Deployment Module for the specified Profile  | 
static oracle.jdeveloper.deploy.common.ProfileDependable[] | 
DeployUtil.getProfileDependables(Profile profile, java.lang.Class<? extends Profile> sourceClass)Get all Profile Dependables that point to Profile of type sourceClass.  | 
static java.net.URL | 
DeployUtil.getProfileURL(DataContainer container, Profile profile) | 
static java.net.URL | 
DeployUtil.getProfileURL(java.net.URL containerURL, Profile profile) | 
static void | 
DeployUtil.setDeploymentModule(DeployShell shell, Profile profile, DeploymentModule module)Sets the DeploymentModule in the topmost DeployShell shell.  | 
static void | 
DeployUtil.setProfile(Context context, Profile profile) | 
static void | 
DeployUtil.setProfile(Context context, Profile profile, DataContainer container) | 
 boolean | 
ProfileListenerCondition.shouldFireImpl(int deploymentSequenceId, Profile profile, DeployShell shell) | 
| Method parameters in oracle.jdeveloper.deploy with type arguments of type Profile | |
|---|---|
static void | 
DeploymentManager.addDeployerListener(int deploymentSequenceId, java.lang.Class<? extends Profile> profileClass, oracle.jdeveloper.deploy.meta.PlatformType platformType, DeployerListener listener)Add a generic listener into the Deployment framework.  | 
static void | 
DeploymentManager.addDeployerListener(int deploymentSequenceId, java.lang.Class<? extends Profile> profileClass, oracle.jdeveloper.deploy.meta.PlatformType platformType, double priority, DeployerListener listener)Same as previous, takes an additional priority argument.  | 
static oracle.jdeveloper.deploy.common.ProfileDependable[] | 
DeployUtil.getProfileDependables(Profile profile, java.lang.Class<? extends Profile> sourceClass)Get all Profile Dependables that point to Profile of type sourceClass.  | 
| Constructors in oracle.jdeveloper.deploy with parameters of type Profile | |
|---|---|
DeploymentView(Profile profile) | 
|
| Constructor parameters in oracle.jdeveloper.deploy with type arguments of type Profile | |
|---|---|
ProfileListenerCondition(int deploymentSequenceId, java.lang.Class<? extends Profile> profileClass, oracle.jdeveloper.deploy.meta.PlatformType platformType)Creates a condition based on the arguments to this constructor.  | 
|
| Uses of Profile in oracle.jdeveloper.deploy.cmd | 
|---|
| Methods in oracle.jdeveloper.deploy.cmd that return Profile | |
|---|---|
 Profile | 
ProfileDeployCmdState.getProfile() | 
 Profile | 
ProfileDeployCmd.getProfile() | 
| Methods in oracle.jdeveloper.deploy.cmd with parameters of type Profile | |
|---|---|
 void | 
DeployToArchive.setProfile(Profile profile) | 
 void | 
ProfileDeployCmdState.setProfile(Profile profile) | 
 void | 
ProfileDeployCmd.setProfile(Profile profile) | 
| Uses of Profile in oracle.jdeveloper.deploy.dt | 
|---|
| Methods in oracle.jdeveloper.deploy.dt with type parameters of type Profile | ||
|---|---|---|
static
  | 
Deployment.createDeploymentProfile(Context context, java.lang.String profileName, java.lang.Class<T> profileClass)Creates a Profile Profile of the specified name and type and associates it with a DataContainer. | 
|
static
  | 
Deployment.createDeploymentProfile(DataContainer container, java.lang.String profileName, java.lang.Class<T> profileClass)Creates a Profile Profile of the specified name and type and associates it with a DataContainer. | 
|
static
  | 
Profile.getProfileClass(HashStructure hash, java.lang.ClassLoader loader)Returns the Class for a Profile.  | 
|
static
  | 
Profile.setProfileClass(Profile profile, java.lang.Class<T> profileClass)Set the type of Profile.  | 
|
| Methods in oracle.jdeveloper.deploy.dt that return Profile | |
|---|---|
static Profile | 
Deployment.createDeploymentProfile(HashStructure hash, DataContainer container)Creates a Profile from a HashStructure.  | 
 Profile | 
DeploymentProfiles.getDefaultDeploymentProfile()Gets the default profile from the container.  | 
 Profile | 
DeploymentProfiles.getProfileByName(java.lang.String name)Retrieve a Profile by its unique name.  | 
static Profile | 
DeploymentProfiles.getProfileByShortLabel(DataContainer container, java.lang.String name)Deprecated.  | 
 Profile[] | 
DeploymentProfiles.getProfiles()Returns all Profiles associated with the container.  | 
protected  Profile | 
DeployProfileDt.newContainerDeploymentProfile(Context context)The implementation of this method makes use of the template method design pattern.  | 
protected  Profile | 
DeployProfileDt.newProfileInstance(DataContainer container, java.lang.String profileName) | 
 Profile[] | 
DeploymentProfiles.toSortedArray()Returns all Profiles associated with the container, sorted by name.  | 
| Methods in oracle.jdeveloper.deploy.dt with parameters of type Profile | ||
|---|---|---|
 void | 
Profile.addDependency(Profile profile) | 
|
 void | 
DeploymentProfiles.addProfile(Profile profile)Adds a new Profile to DeploymentProfiles.  | 
|
protected  JMutableTreeNode | 
DeploymentPanelContent.addProfileToTree(Profile profile, JMutableTreeNode parentTreeNode) | 
|
protected  DeployMenuItem | 
DeployDesignTime.createDeployMenuItem(java.lang.String commandName, Profile profile)Deprecated.  | 
|
protected  DeployMenuItem | 
DeployDesignTime.createDeployMenuItem(java.lang.String commandName, Profile profile, java.lang.String label)Deprecated.  | 
|
protected  boolean | 
Profile.equalsImpl(Profile profile) | 
|
protected  void | 
DeployProfileDt.finishCreation(Context profileContext, Profile profile) | 
|
protected  boolean | 
DeployProfileDt.launchDialog(Context context, Profile profile) | 
|
static boolean | 
DeploymentProfiles.profileExists(DataContainer container, Profile profile)Deprecated. The isExist() question should be answered by the Dependable pointing to that Profile. See ProfileDependable.doesExist().  | 
|
 Dependable | 
Profile.removeDependency(Profile profile)Remove a dependency to a Profile.  | 
|
protected static void | 
Profile.resolveProfileDependencies(Project project, Profile profile, oracle.jdevimpl.deploy.DeploymentProfilesMigrator migrator) | 
|
 void | 
DeploymentProfiles.setDefaultDeploymentProfile(Profile profile)Sets the default profile for this container.  | 
|
 void | 
DeploymentProfiles.setDeploymentProfiles(Profile[] profiles) | 
|
static
  | 
Profile.setProfileClass(Profile profile, java.lang.Class<T> profileClass)Set the type of Profile.  | 
|
| Method parameters in oracle.jdeveloper.deploy.dt with type arguments of type Profile | |
|---|---|
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.  | 
| Uses of Profile in oracle.jdeveloper.deploy.ear | 
|---|
| Subclasses of Profile in oracle.jdeveloper.deploy.ear | |
|---|---|
 class | 
EarProfileClass representing an EAR deployment profile.  | 
| Uses of Profile in oracle.jdeveloper.deploy.ejb | 
|---|
| Subclasses of Profile in oracle.jdeveloper.deploy.ejb | |
|---|---|
 class | 
EjbProfileClass representing an EJB deployment profile.  | 
| Uses of Profile in oracle.jdeveloper.deploy.j2ee | 
|---|
| Subclasses of Profile in oracle.jdeveloper.deploy.j2ee | |
|---|---|
 class | 
J2eeProfile | 
| Uses of Profile in oracle.jdeveloper.deploy.jar | 
|---|
| Subclasses of Profile in oracle.jdeveloper.deploy.jar | |
|---|---|
 class | 
AppClientProfile | 
 class | 
ArchiveProfileData model for the JAR (simple archive) deployment profile.  | 
 class | 
ClientProfileData model representing the J2EE Client deployment profile type.  | 
 class | 
ConnectorProfileData model representing the J2EE Connector deployment profile type.  | 
 class | 
LibraryArchiveProfileData Model representing a deployment campable (as a shared library) version of an ArchiveProfile.  | 
 class | 
TaglibProfileThe JSP tag library profile.  | 
| Uses of Profile in oracle.jdeveloper.deploy.shell | 
|---|
| Methods in oracle.jdeveloper.deploy.shell that return Profile | |
|---|---|
 Profile | 
ShellAdapter.getProfile() | 
| Uses of Profile in oracle.jdeveloper.deploy.war | 
|---|
| Subclasses of Profile in oracle.jdeveloper.deploy.war | |
|---|---|
 class | 
WarProfileData model representing a deployment profile for a J2EE web module.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||