Skip navigation links

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

E13403-06


oracle.jdeveloper.deploy.jar
Class AppClientProfile

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.jdeveloper.deploy.dt.DeployElement
          extended by oracle.jdeveloper.deploy.dt.Profile
              extended by oracle.jdeveloper.deploy.jar.ArchiveProfile
                  extended by oracle.jdeveloper.deploy.jar.AppClientProfile

All Implemented Interfaces:
Displayable, Element, SubDirtyable, Subject, Dirtyable, Copyable, oracle.jdeveloper.deploy.common.Interdependency, Deployable, JarPackaging, LinkedDirtyable

public class AppClientProfile
extends ArchiveProfile

Field Summary
static java.lang.String ACTION_RUN_APPCLIENT
           

 

Fields inherited from class oracle.jdeveloper.deploy.jar.ArchiveProfile
ACTION_DEPLOY_TO_JAR_FILE, ACTION_PREVIEW, ACTION_SETTINGS_DIALOG

 

Fields inherited from class oracle.jdeveloper.deploy.dt.Profile
_dataContainer, _dependableContainer, PROFILE_CLASS_NAME, PROFILE_DEPENDENCIES, PROFILE_NAME

 

Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash

 

Constructor Summary
AppClientProfile()
           
AppClientProfile(HashStructure hash)
           

 

Method Summary
 boolean equals(java.lang.Object o)
          Equals support.
protected  boolean equalsImpl(AppClientProfile profile)
           
 java.lang.String getCommandLineArgs()
           
 java.lang.String getInitialContextFactory()
           
 java.lang.String getProviderURL()
           
 void setCommandLineArgs(java.lang.String commandLineArgs)
           
 void setInitialContextFactory(java.lang.String initialContextFactory)
           
 void setProviderURL(java.lang.String providerURL)
           

 

Methods inherited from class oracle.jdeveloper.deploy.jar.ArchiveProfile
addFileGroup, canPackage, findLibraryFileGroup, findLibraryFileGroups, findPackagingFileGroup, findProjectFileGroup, getArchiveOptions, getCustomSummary, getFileGroups, getJarURL, getSelectedProjectFiles, initArchiveProfile, isClasspathJar, newDefaultArchiveProfile, newDefaultArchiveProfile, newDefaultArchiveProfile, resolvesLibrary, selectLibraryForDeployment, setArchiveOptions, setFileGroups, setJarURL, showCustomSummary, showDeployJarAction, showJarSummary

 

Methods inherited from class oracle.jdeveloper.deploy.dt.Profile
addDependency, addDependency, addDependency, copyTo, copyToImpl, equalsImpl, getDataContainer, getDefaultLibraryFileGroupName, getDefaultLibraryFileGroupTargetWithinJar, getDependencies, getHashStructure, getLibraryDependencies, getName, getParentProfileName, getProfileClass, getProfileNameFromRef, getShortLabel, getUnSelectedLibraryDependencies, isContainedProfile, migrate, removeDependency, removeDependency, resolveProfileDependencies, setContainedProfile, setDataContainer, setLibraryDependencies, setName, setProfileClass, setUnSelectedLibraryDependencies

 

Methods inherited from class oracle.jdeveloper.deploy.dt.DeployElement
attach, detach, getAttributes, getChildren, getData, getIcon, getLongLabel, getToolTipText, isDirty, linkContainingDirtyable, linkEmbeddedDirtyable, linkEmbeddedDirtyable, linkEmbeddedDirtyables, markDirty, mayHaveChildren, notifyObservers, setOwner, toString, unlinkContainingDirtyable, unlinkEmbeddedDirtyable, unlinkEmbeddedDirtyable, unlinkEmbeddedDirtyables

 

Methods inherited from class oracle.javatools.data.HashStructureAdapter
addStructureChangeListener, containsKey, copyToImpl, equalsImpl, findOrCreate, forcedCopyTo, removeStructureChangeListener, useObjectEquals

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface oracle.javatools.util.Copyable
copyTo

 

Methods inherited from interface oracle.jdeveloper.deploy.common.Interdependency
addDependency, getDependencies, removeDependency

 

Field Detail

ACTION_RUN_APPCLIENT

public static final java.lang.String ACTION_RUN_APPCLIENT
See Also:
Constant Field Values

Constructor Detail

AppClientProfile

public AppClientProfile()

AppClientProfile

public AppClientProfile(HashStructure hash)

Method Detail

equals

public boolean equals(java.lang.Object o)
Description copied from class: HashStructureAdapter
Equals support. As long as the subclass stores all data in the HashStructureAdapter._hash, this base equals implementation should be sufficient and not need to be overridden.
Overrides:
equals in class Profile

equalsImpl

protected final boolean equalsImpl(AppClientProfile profile)

getInitialContextFactory

public java.lang.String getInitialContextFactory()

setInitialContextFactory

public void setInitialContextFactory(java.lang.String initialContextFactory)

getProviderURL

public java.lang.String getProviderURL()

setProviderURL

public void setProviderURL(java.lang.String providerURL)

getCommandLineArgs

public java.lang.String getCommandLineArgs()

setCommandLineArgs

public void setCommandLineArgs(java.lang.String commandLineArgs)

Skip navigation links

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

E13403-06


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