Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.library.LibraryList

Packages that use LibraryList
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 LibraryList in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement LibraryList
 class AddinLibraryList
           
 class DefaultLibraryList
          The DefaultLibraryList class provides a basic implementation of the LibraryList interface.
 class JLibraryList
           
 class JProjectLibraryList
          The JProjectLibraryList class is used to contain Libraries that are defined within the context of a JProject.
 

Methods in oracle.jdeveloper.library that return LibraryList
 LibraryList JDK.getContainingList()
           
 LibraryList JLibrary.getContainingList()
           
static LibraryList JLibraryList.getSystemLibraries()
          Deprecated. Use JLibraryManager.getSystemLibraries()
static LibraryList[] JLibraryManager.getAllLibraryLists()
           
static LibraryList JLibraryManager.getLibraryList(java.net.URL url)
          Gets the LibraryList for a specific URL.
static LibraryList JLibraryManager.getAddinLibraries()
           
 

Methods in oracle.jdeveloper.library with parameters of type LibraryList
static JLibrary JLibraryManager.createLibrary(java.lang.String libName, LibraryList list)
           
static void JLibraryManager.removeLibrary(JLibrary lib, LibraryList list)
           
static JDK JLibraryManager.createJDK(java.lang.String name, java.net.URL javaExe, LibraryList list)
           
static void JLibraryManager.removeJDK(JDK jdk, LibraryList list)
           
 

Uses of LibraryList in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return LibraryList
 LibraryList JProject.getProjectLibraryList()
           
 

Methods in oracle.jdeveloper.model with parameters of type LibraryList
 void JProject.setProjectLibraryList(LibraryList libList)
           
 


Extension SDK

 

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