Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.jdeveloper.library.Library

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 DerivedLibrary
          Encapsulates the notion of a derived library as it is used within JDeveloper.
 interface JDK
          Encapsulates the notion of a JDK.
 interface JLibrary
          Encapsulates the notion of a Library as it is used within JDeveloper.
 interface JLibraryDefinition
          Deprecated. Use JLibrary
 

Classes in oracle.jdeveloper.library that implement Library
 class AbstractDerivedLibrary
          AbstractDerivedLibrary class.
 class AbstractLibrary
          A read only, partial implementation of Libary.
 class AddinJDK
          A JDK automatically installed by the extension framework.
 class AddinLibrary
          Represents a library that was installed in an extension manifest's <libraries> hook.
 class ExternalLibrary
           
 class JDKAdapter
          Encapsulates the notion of a JDK.
 class JDKNode
           
 class JLibraryAdapter
          Encapsulates the notion of a Library as it is used within JDeveloper.
 class JLibraryNode
           
 class LibraryAdapter
           
 class ProjectLibrary
          ProjectLibrary 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 JDKAdapter.equivalent(Library lib)
           
 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 JLibraryNode.equivalent(Library lib)
           
 boolean AbstractLibrary.equivalent(Library library)
           
 boolean LibraryAdapter.equivalent(Library library)
           
 boolean JDKNode.equivalent(Library lib)
           
 boolean JLibraryAdapter.equivalent(Library lib)
           
 boolean ExternalLibrary.equivalent(Library lib)
           
 void JDKAdapter.initFromLibrary(Library lib)
           
 void Library.initFromLibrary(Library lib)
          Initialize all public properties, other than name, from the Library provided.
 void JLibraryNode.initFromLibrary(Library lib)
           
 void AbstractLibrary.initFromLibrary(Library library)
           
 void LibraryAdapter.initFromLibrary(Library library)
           
 void JDKNode.initFromLibrary(Library lib)
           
 void JLibraryAdapter.initFromLibrary(Library lib)
           
 void ExternalLibrary.initFromLibrary(Library lib)
           
 boolean JProjectLibraryList.remove(Library library)
           
 boolean MutableLibraryList.remove(Library library)
          Remove a JDK or JLibrary from the respective list.
 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 JDKModel.commit()
           
 Library LibraryModel.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.7.0)

E13403-08

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