| Package | Description | 
|---|---|
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| oracle.jdeveloper.deploy | |
| oracle.jdeveloper.deploy.common | |
| oracle.jdeveloper.deploy.dt | |
| oracle.jdeveloper.deploy.dt.wizard | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.events | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.jar.spi | |
| oracle.jdeveloper.deploy.spi | |
| oracle.jdeveloper.deploy.spi.profilesupport | |
| oracle.jdeveloper.deploy.war | |
| oracle.jdeveloper.offlinedb.browser | Offline Database Node implementations for the JDeveloper's Application
Navigator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HashStructureNodeNode implementation for an object that stores properties in a
  HashStructure and persists those properties to XML via
  HashStructureIO. | 
| class  | IdeSystemThis class is for internal use, and should not be used by extension
 developers. | 
| class  | ProjectThis class represents a user project in the IDE. | 
| class  | WorkspaceWorkspace represents an Application. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | DataContainer. equalsImpl(DataContainer other) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataContainer | Profile. _dataContainer | 
| Modifier and Type | Method and Description | 
|---|---|
| DataContainer | ProfileStorage. getDataContainer() | 
| DataContainer | Profile. getDataContainer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Profile. addDependency(Node node,
             DataContainer container)Deprecated. 
 Use  addDependency(Dependable)instead. | 
| static SecurityDeploymentSettings | SecurityDeploymentSettings. getInstance(DataContainer container) | 
| static AutoSyncSettings | AutoSyncSettings. getInstance(DataContainer container) | 
| static DeploymentProfiles | DeploymentProfiles. getInstance(DataContainer container) | 
| static SecurityDeploymentSettings | SecurityDeploymentSettings. getInstance(DataContainer container,
           boolean userPropertiesMode) | 
| static AutoSyncSettings | AutoSyncSettings. getInstance(DataContainer container,
           boolean userPropertiesMode) | 
| static DeploymentProfiles | DeploymentProfiles. getInstance(DataContainer container,
           Context context) | 
| static boolean | SecurityDeploymentSettings. isCustomSettingsActive(DataContainer container) | 
| static boolean | AutoSyncSettings. isCustomSettingsActive(DataContainer container) | 
| void | JLibraryListenerProxy. registerHub(DataContainer container,
           EventHub hub) | 
| void | Profile. setDataContainer(DataContainer dataContainer) | 
| void | JLibraryListenerProxy. unregisterHub(DataContainer container,
             EventHub hub) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DataContainer | FileGroupPackager. container_Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataContainer[] | BuildDeployer. getBuildDataContainers(DeployShell shell)Get a list of DataContainers to build. | 
| DataContainer | ProfileDependable. getDataContainer()Get the DataContainer (Project or Workspace) in which the Profile resides. | 
| Modifier and Type | Method and Description | 
|---|---|
| static URLPath | PackagingFileGroup. getContribPath(PackagingFileGroup group,
              DataContainer container)Deprecated.  | 
| static FileGroupPackager | FileGroupPackager. newInstance(FileGroups groups,
           DataContainer container,
           Element filegroupsParent,
           Archive archive)Deprecated.  Creates a new instance of FileGroupPackager with supplied parameters. | 
| Constructor and Description | 
|---|
| FileGroupPackager(FileGroups fileGroups,
                 DataContainer container,
                 Element filegroupsParent,
                 Archive archive)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static DataContainer | DeploymentPanelContent. getDataContainer(TraversableContext tc) | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends Profile> | Deployment. createDeploymentProfile(DataContainer container,
                       java.lang.String profileName,
                       java.lang.Class<T> profileClass)Deprecated.  | 
| static Profile | Deployment. createDeploymentProfile(HashStructure hash,
                       DataContainer container)Deprecated.  | 
| static boolean | DeploymentPanelContent. isCustomSettingsActive(DataContainer container)Indicates whether Deployment Profiles settings are for CustomSettings(a.k.a. | 
| static void | DeploymentPanelContent. setDataContainer(TraversableContext tc,
                DataContainer dc) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.net.URL | Deployment. getDeployOutputDir(java.net.URL containerURL,
                  java.lang.Class<? extends DataContainer> profileContainerClass)Returns the default deployment output directory as an URL. | 
| Constructor and Description | 
|---|
| DefaultNameValidator(DataContainer dc) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | EarProfile. initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JLibraryChange. objectAdded(JLibrary jlibrary,
           DataContainer container,
           LibraryChange libraryChange,
           LibraryEvent libraryEvent)Fired when a contributed object is added. | 
| void | JLibraryChange. objectModified(JLibraryChange.JLibraryCached before,
              JLibrary after,
              DataContainer container,
              LibraryChange libraryChange,
              LibraryEvent libraryEvent)Fired when a contributed object is modified. | 
| void | JLibraryChange. objectRemoved(JLibraryChange.JLibraryCached jlibrary,
             DataContainer container,
             LibraryChange libraryChange,
             LibraryEvent libraryEvent)Fired when a contributed object is removed. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TaglibProfile. initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) | 
| protected void | ArchiveProfile. initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) | 
| static ArchiveProfile | ArchiveProfile. newDefaultArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass,
                        java.lang.Class<? extends ArchiveProfile> prototypeClass) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected DataContainer | ArchiveProfileFactoryProvider. getDataContainer(Cookie cookie) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArchiveProfile | ArchiveProfileFactory. create(java.lang.String name,
      DataContainer dataContainer,
      Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| DataContainer | ProfileFactory.SpiData. getDataContainer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProfileFactory.SpiData. setDataContainer(DataContainer dataContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| Profile | ProfileHashIO. create(HashStructure hash,
      DataContainer dataContainer,
      Context context) | 
| Profile | ProfileFactory. create(java.lang.String name,
      DataContainer dataContainer,
      Context context) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | WarProfile. initArchiveProfile(java.lang.Class<? extends DataContainer> profileContainerClass) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProviderNodeNode for a provider in the navigator. |