| Package | Description | 
|---|---|
| oracle.jdeveloper.library | 
 The  
Libraries package provides the library API used by JDeveloper. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ExtensionLibrary
A library provided by an extension. 
 | 
interface  | 
JLibrary
Encapsulates the notion of a Library as it is used within JDeveloper. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddinLibrary
Represents a library that was installed in an extension manifest's <libraries> hook. 
 | 
class  | 
JLibraryAdapter
Encapsulates the notion of a Library as it is used within JDeveloper. 
 | 
class  | 
JLibraryNode  | 
class  | 
UnresolvedLibrary
A placeholder for a library reference that could not be resolved. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JLibraryDefinition | 
JLibraryNode.getDefaultLibraryDefinition()
Deprecated.   
 | 
JLibraryDefinition | 
JLibraryAdapter.getDefaultLibraryDefinition()
Deprecated. 
 
JDK based versions desupported. Use JLibrary directly. 
 | 
JLibraryDefinition | 
JLibrary.getDefaultLibraryDefinition()
Deprecated. 
 
JDK based versions desupported. Use JLibrary directly. 
 | 
JLibraryDefinition | 
AddinLibrary.getDefaultLibraryDefinition()
Deprecated. 
 
JDK based versions desupported. Use JLibrary directly. 
 | 
JLibraryDefinition | 
JLibraryNode.getLibraryDefinition(VersionNumber jdkVer)
Deprecated.   
 | 
JLibraryDefinition | 
JLibraryAdapter.getLibraryDefinition(VersionNumber jdkVer)
Deprecated. 
 
JDK based versions desupported. Use JLibrary directly. 
 | 
JLibraryDefinition | 
JLibrary.getLibraryDefinition(VersionNumber jdkVer)
Deprecated. 
 
JDK based versions desupported. Use JLibrary directly. 
 | 
JLibraryDefinition | 
AddinLibrary.getLibraryDefinition(VersionNumber jdkVer)
Deprecated. 
 
JDK based versions desupported. Use JLibrary directly. 
 |