Extension SDK

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.
 

Class Summary
AbstractDerivedLibrary AbstractDerivedLibrary class.
AbstractLibrary AbstractLibrary class.
AddinLibraryList  
DefaultLibraryList The DefaultLibraryList class provides a basic implementation of the LibraryList interface.
JDK Encapsulates the notion of a JDK.
JDK.JDKExeFilter  
JLibrary Encapsulates the notion of a library as it is used within JDeveloper.
JLibraryAddinUtil  
JLibraryDefinition  
JLibraryList  
JLibraryManager  
JPaths Encapsulates the notion of grouping a class path, source path, and doc path.
JProjectLibraryList The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject.
LegacyLibraryRecognizer  
LibraryMigrator  
LibraryTagHandler Class to handle the "library" xml tag when read by the extension manager.
ProjectLibrary ProjectLibrary class.
 

Package oracle.jdeveloper.library Description

The Libraries package provides the library API used by JDeveloper. The library API consists of four basic objects: Librarys, which represent a collection of classes, sources, and/or javadoc; JDKs, 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.


Extension SDK

 

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