Skip navigation links
oracle.jdeveloper.deploy.jar
Class LibraryArchiveProfile
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.LibraryArchiveProfile
- All Implemented Interfaces:
- Displayable, Element, SubDirtyable, Subject, Dirtyable, Copyable, oracle.jdeveloper.deploy.common.Interdependency, Deployable, JarPackaging, LinkedDirtyable, PlatformDeployable, oracle.jdevimpl.deploy.JeeDeployable
-
public class LibraryArchiveProfile
- extends ArchiveProfile
- implements oracle.jdevimpl.deploy.JeeDeployable
Data Model representing a deployment campable (as a shared library) version of an ArchiveProfile.
Method Summary |
java.lang.String |
getEnterpriseAppName()
|
oracle.jdeveloper.deploy.meta.Platform |
getPlatform()
Returns the Platform to which this object can be deployed. |
void |
setEnterpriseAppName(java.lang.String enterpriseAppName)
|
void |
setPlatform(oracle.jdeveloper.deploy.meta.Platform defaultPlatform)
Sets the Platform to which this object can be deployed |
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, equals, 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_DEPLOY_TO_JAR_FILE
public static final java.lang.String ACTION_DEPLOY_TO_JAR_FILE
-
- See Also:
- Constant Field Values
ACTION_DEPLOY_TO_NEW_CONNECTION
public static final java.lang.String ACTION_DEPLOY_TO_NEW_CONNECTION
-
- See Also:
- Constant Field Values
ACTION_DEPLOY_TO_MOST_RECENT
public static final java.lang.String ACTION_DEPLOY_TO_MOST_RECENT
-
- See Also:
- Constant Field Values
ACTION_DEPLOY_PREBUILT_TO_REMOTE
public static final java.lang.String ACTION_DEPLOY_PREBUILT_TO_REMOTE
-
- See Also:
- Constant Field Values
LibraryArchiveProfile
public LibraryArchiveProfile()
LibraryArchiveProfile
public LibraryArchiveProfile(HashStructure hash)
getEnterpriseAppName
public java.lang.String getEnterpriseAppName()
-
- Specified by:
getEnterpriseAppName
in interface oracle.jdevimpl.deploy.JeeDeployable
setEnterpriseAppName
public void setEnterpriseAppName(java.lang.String enterpriseAppName)
getPlatform
public oracle.jdeveloper.deploy.meta.Platform getPlatform()
- Description copied from interface:
PlatformDeployable
- Returns the Platform to which this object can be deployed.
-
- Specified by:
getPlatform
in interface PlatformDeployable
-
- Returns:
- a Platform object. May be null if a platform has not been set yet.
setPlatform
public void setPlatform(oracle.jdeveloper.deploy.meta.Platform defaultPlatform)
- Description copied from interface:
PlatformDeployable
- Sets the Platform to which this object can be deployed
-
- Specified by:
setPlatform
in interface PlatformDeployable
-
- Parameters:
defaultPlatform
- should be a reference to an instance returned from the PlatformRegistry.
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.