Package oracle.jdeveloper.library
The Libraries
package provides the library
API used
by JDeveloper.
See:
Description
Interface Summary |
DerivedLibrary |
Encapsulates the notion of a derived library as it is used
within JDeveloper. |
Library |
Encapsulates the notion of a library as it is used
within JDeveloper. |
LibraryList |
The LibraryList interface represents a list of library and J2SE
definitions. |
Package oracle.jdeveloper.library Description
The Libraries
package provides the library
API used
by JDeveloper. The library API consists of four basic objects:
Library
s, which represent a collection of classes, sources, and/or
javadoc; JDK
s, which represent a J2SE installation (either a JRE
or an SDK); LibraryLists, which collect together Library and JDK
definitions; and the JLibraryManager
, which is responsible for
managing the libraries used by JDeveloper.
In addition to the basic object types, the library API includes specific
implementations of the Library
and LibraryList
interfaces. These implementations provide concrete types to address some of the
different ways that libraries are integrated into JDeveloper.