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

E13403-05

oracle.jdeveloper.deploy.jar
Class LibraryArchiveProfile

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.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.


Field Summary
static java.lang.String ACTION_DEPLOY_PREBUILT_TO_REMOTE
           
static java.lang.String ACTION_DEPLOY_TO_JAR_FILE
           
static java.lang.String ACTION_DEPLOY_TO_MOST_RECENT
           
static java.lang.String ACTION_DEPLOY_TO_NEW_CONNECTION
           
 
Fields inherited from class oracle.jdeveloper.deploy.jar.ArchiveProfile
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
LibraryArchiveProfile()
           
LibraryArchiveProfile(HashStructure hash)
           
 
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 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_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
Constructor Detail

LibraryArchiveProfile

public LibraryArchiveProfile()

LibraryArchiveProfile

public LibraryArchiveProfile(HashStructure hash)
Method Detail

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.

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

E13403-05

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