Package | Description |
---|---|
oracle.ide.model |
Contains interfaces and classes implementing JDeveloper's data model.
|
oracle.ide.net |
Provides a virtual file system framework based on java.net.URL.
|
oracle.jdeveloper.deploy | |
oracle.jdeveloper.deploy.common | |
oracle.jdeveloper.deploy.ear | |
oracle.jdeveloper.deploy.ejb | |
oracle.jdeveloper.deploy.j2ee | |
oracle.jdeveloper.deploy.jar | |
oracle.jdeveloper.deploy.spi | |
oracle.jdeveloper.deploy.war | |
oracle.jdeveloper.library |
The
Libraries package provides the library API used
by JDeveloper. |
Modifier and Type | Class and Description |
---|---|
class |
Connections
Top level IDE level Connections Node.
|
class |
DefaultSubDirtyable
Objects that implement the
SubDirtyable interface indicate
that they want to be saved as content of the document that owns
them. |
class |
Preferences
Deprecated.
since 11.1.1. Do not use this class. It will be removed in a
future version of the ide framework. For preferences, see
Preferences . |
class |
Workspaces
This class holds all Workspace objects currently available to the user
in the IDE.
|
Modifier and Type | Class and Description |
---|---|
class |
URLPath
An instance of
URLPath represents a path that is made
up entirely of URL s. |
Modifier and Type | Interface and Description |
---|---|
interface |
LinkedDirtyable
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLinkedDirtyable
This is a default implementation of the
LinkedDirtyable
interface that is primarily intended to be subclassed by data
classes that track their own dirty state. |
class |
DeployElement
An extension of
DefaultElement that also implements the
LinkedDirtyable interface. |
class |
Profile |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHashDependable
Base class for creating Dependable(s).
|
class |
CdaFilter
This class encapsulates the notion of a single class dependency
analyzer filter.
|
class |
CdaFilters
This class contains filters to be used with the class dependency
analyzer.
|
class |
CdaSettings
Class dependency analyzer settings.
|
class |
Contributor
Deprecated.
use
Contributor instead. |
class |
FileGroup
Represents all the File Groups within a deployment profile.
|
class |
FileGroups |
class |
LibraryDependencies |
class |
LibraryFileGroup
A file group that represents library selections.
|
class |
ModuleFileGroup |
class |
PackagingFileGroup
FileGroup that represents packaging instructions that apply a
set of filters to a set of initial contributors.
|
class |
Pcdata
Base class for objects which are persisted in PCDATA tags in XML.
|
class |
ProjectFileGroup
FileGroup that represents the old way of selecting files for
deployment: choosing the source files within the project to
deploy and the corresponding dependency-analyzer filters to
apply to those selections.
|
class |
SelectedArchives
Class that represents selected archives.
|
class |
SelectedProjectFiles
Data model that represents a group of files that are in the project
that are selected (or deselected) to be involved in deployment.
|
class |
SelectionRule |
class |
SelectionRules |
Modifier and Type | Class and Description |
---|---|
class |
EarProfile
Class representing an EAR deployment profile.
|
Modifier and Type | Class and Description |
---|---|
class |
EjbProfile
Class representing an EJB deployment profile.
|
Modifier and Type | Class and Description |
---|---|
class |
J2eeProfile |
Modifier and Type | Class and Description |
---|---|
class |
AppClientProfile |
class |
ArchiveOptions
Class encapsulating the options that can be set on a .jar
file or variant of a .jar file.
|
class |
ArchiveProfile
Data model for the JAR (simple archive) deployment profile.
|
class |
ClientProfile
Data model representing the J2EE Client deployment profile type.
|
class |
ConnectorProfile
Data model representing the J2EE Connector deployment profile type.
|
class |
LibraryArchiveProfile
Data Model representing a deployment campable (as a shared library) version of an ArchiveProfile.
|
class |
TaglibProfile
The JSP tag library profile.
|
Modifier and Type | Class and Description |
---|---|
class |
NonmigratedProfile
A profile that has not been recognized by any registered
HashProfileReader or HashProfileWriter
providers. |
Modifier and Type | Class and Description |
---|---|
class |
WarProfile
Data model representing a deployment profile for a J2EE web module.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDerivedLibrary
AbstractDerivedLibrary class. |
class |
ProjectLibrary
ProjectLibrary class. |