Skip navigation links
oracle.jdeveloper.deploy.jar
Class AppClientProfile
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.jdeveloper.deploy.dt.DeployElement
oracle.jdeveloper.deploy.dt.Profile
oracle.jdeveloper.deploy.jar.ArchiveProfile
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
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 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 |
ACTION_RUN_APPCLIENT
public static final java.lang.String ACTION_RUN_APPCLIENT
-
- See Also:
- Constant Field Values
AppClientProfile
public AppClientProfile()
AppClientProfile
public AppClientProfile(HashStructure hash)
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
Copyright © 1997, 2013, Oracle. All rights reserved.