Skip navigation links

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

E13403-06


Uses of Interface
oracle.jdeveloper.library.JLibrary

Packages that use JLibrary
oracle.jdeveloper.deploy   
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 JLibrary in oracle.jdeveloper.deploy

 

Methods in oracle.jdeveloper.deploy with parameters of type JLibrary
static boolean DeployUtil.isDirectoryLibrary(JLibrary lib)
           

 

Uses of JLibrary in oracle.jdeveloper.library

 

Classes in oracle.jdeveloper.library that implement JLibrary
 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
           

 

Methods in oracle.jdeveloper.library that return JLibrary
 JLibrary ListWrapper.addLibrary(java.lang.String name)
           
 JLibrary JProjectLibraryList.addLibrary(java.lang.String name)
           
 JLibrary MutableLibraryList.addLibrary(java.lang.String name)
          Add a JLibrary using the given name.
 JLibrary JLibraryList.addLibrary(java.lang.String name)
           
 JLibrary JLibraryList.addLibrary(java.lang.String name, java.net.URL location)
           
static JLibrary JLibraryManager.createLibrary(java.lang.Object id, MutableLibraryList list)
           
 JLibrary AddinLibraryList.findLibrary(java.lang.Object id)
           
 JLibrary ListWrapper.findLibrary(java.lang.Object id)
           
 JLibrary LibraryList.findLibrary(java.lang.Object id)
          Finds the JLibrary that matches the specified id.
static JLibrary JLibraryManager.findLibrary(java.lang.Object id)
           
 JLibrary JProjectLibraryList.findLibrary(java.lang.Object id)
           
 JLibrary JLibraryList.findLibrary(java.lang.Object id)
           
 JLibrary AddinLibraryList.loadLibrary(java.lang.String name, URLPath clsPath, URLPath srcPath, URLPath docPath, java.lang.Boolean isDeployed)
          Deprecated. since 11.1.1.0.0 use AddinLibraryList.registerLibrary(AddinLibrary).

 

Methods in oracle.jdeveloper.library with parameters of type JLibrary
static void JLibraryManager.removeLibrary(JLibrary lib, MutableLibraryList list)
           

 

Uses of JLibrary in oracle.jdeveloper.model

 

Methods in oracle.jdeveloper.model that return JLibrary
 JLibrary[] JProjectLibraries.getExports()
          Get an array of all exported JLibrary instances.
 JLibrary[] JProjectLibraries.getLibraries()
          Get an array of all referenced JLibrary instances.
 JLibrary JProjectLibraries.resolveLibrary(java.lang.Object id)
          Resolve a JLibrary ID to the associated JLibrary.

 

Methods in oracle.jdeveloper.model with parameters of type JLibrary
 void JProjectLibraries.setExports(JLibrary[] exports)
          Set the array of all exported JLibrary instances.
 void JProjectLibraries.setLibraries(JLibrary[] newLibs)
          Set the array of all referenced JLibrary instances.

 

Constructors in oracle.jdeveloper.model with parameters of type JLibrary
JLibraryModel(JLibrary lib, MutableLibraryList list, java.awt.Component panel)
           

 


Skip navigation links

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

E13403-06


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