|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Library | |
|---|---|
| oracle.jdeveloper.java.locator | Public implementations of the JavaClassLocator interface. |
| oracle.jdeveloper.library | The Libraries package provides the library API used by JDeveloper. |
| oracle.jdeveloper.model | Contains interfaces and classes implementing the Java specific portions of JDeveloper's data model. |
| Uses of Library in oracle.jdeveloper.java.locator |
|---|
| Methods in oracle.jdeveloper.java.locator that return Library | |
|---|---|
protected static Library |
ProjectClassLocator.getJDKFor(Project project)Utility routine to fetch the JDK for the given project. |
protected static Library[] |
ProjectClassLocator.getLibrariesFor(Project project, boolean exportsOnly)Utility routine to fetch the libraries for the given project. |
| Methods in oracle.jdeveloper.java.locator with parameters of type Library | |
|---|---|
static BaseClassLocator |
JdevClassLocatorFactory.getLibraryLocator(Library library)Fetch a BaseClassLocator instance for the given library for locating source and class files. |
static BaseClassLocator |
JdevClassLocatorFactory.getLibraryLocator(Library[] libraries)Fetch a BaseClassLocator instance for the given set of libraries for locating source and class files. |
static BaseClassLocator |
JdevClassLocatorFactory.getLibraryLocatorInterruptibly(Library[] libraries)Fetch a BaseClassLocator instance for the given set of libraries for locating source and class files. |
| Constructors in oracle.jdeveloper.java.locator with parameters of type Library | |
|---|---|
LibraryClassLocator(Library library)Constructs a new LibraryClassLocator for the given library. |
|
| Uses of Library in oracle.jdeveloper.library |
|---|
| Subinterfaces of Library in oracle.jdeveloper.library | |
|---|---|
interface |
DerivedLibraryEncapsulates the notion of a derived library as it is used within JDeveloper. |
interface |
JDKEncapsulates the notion of a JDK. |
interface |
JLibraryEncapsulates the notion of a Library as it is used within JDeveloper. |
interface |
JLibraryDefinitionDeprecated. Use JLibrary |
| Classes in oracle.jdeveloper.library that implement Library | |
|---|---|
class |
AbstractDerivedLibraryAbstractDerivedLibrary class. |
class |
AbstractLibraryA read only, partial implementation of Libary. |
class |
AddinJDKA JDK automatically installed by the extension framework. |
class |
AddinLibraryRepresents a library that was installed in an extension manifest's <libraries> hook. |
class |
ExternalLibrary |
class |
JDKAdapterEncapsulates the notion of a JDK. |
class |
JDKNode |
class |
JLibraryAdapterEncapsulates the notion of a Library as it is used within JDeveloper. |
class |
JLibraryNode |
class |
LibraryAdapter |
class |
ProjectLibraryProjectLibrary class. |
| Methods in oracle.jdeveloper.library that return Library | |
|---|---|
Library |
LibraryReference.getLibrary()Finds the Library instance without a Project context. |
Library |
LibraryReference.getLibrary(Project project)Finds the Library instance in the given Project context. |
| Methods in oracle.jdeveloper.library with parameters of type Library | |
|---|---|
boolean |
Library.equivalent(Library library)Determine whether the given Library is equivalent to this one with respect to the values of its public properties other than name. |
boolean |
AbstractLibrary.equivalent(Library library) |
boolean |
JDKAdapter.equivalent(Library lib) |
boolean |
JLibraryAdapter.equivalent(Library lib) |
boolean |
JLibraryNode.equivalent(Library lib) |
boolean |
ExternalLibrary.equivalent(Library lib) |
boolean |
JDKNode.equivalent(Library lib) |
boolean |
LibraryAdapter.equivalent(Library library) |
void |
Library.initFromLibrary(Library lib)Initialize all public properties, other than name, from the Library provided. |
void |
AbstractLibrary.initFromLibrary(Library library) |
void |
JDKAdapter.initFromLibrary(Library lib) |
void |
JLibraryAdapter.initFromLibrary(Library lib) |
void |
JLibraryNode.initFromLibrary(Library lib) |
void |
ExternalLibrary.initFromLibrary(Library lib) |
void |
JDKNode.initFromLibrary(Library lib) |
void |
LibraryAdapter.initFromLibrary(Library library) |
boolean |
MutableLibraryList.remove(Library library)Remove a JDK or JLibrary from the respective list. |
boolean |
JProjectLibraryList.remove(Library library) |
boolean |
JLibraryList.remove(Library library) |
boolean |
ListWrapper.remove(Library library) |
void |
LibraryReference.setLibrary(Library lib) |
| Uses of Library in oracle.jdeveloper.model |
|---|
| Fields in oracle.jdeveloper.model declared as Library | |
|---|---|
protected Library |
LibraryModel.lib |
| Methods in oracle.jdeveloper.model that return Library | |
|---|---|
Library |
LibraryModel.commit() |
Library |
JDKModel.commit() |
Library |
JLibraryModel.commit() |
| Constructors in oracle.jdeveloper.model with parameters of type Library | |
|---|---|
LibraryModel(Library lib, MutableLibraryList list, java.awt.Component panel) |
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||