Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Uses of Interface
oracle.jdeveloper.library.JDK

Packages that use JDK
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. 
oracle.jdeveloper.runner Contains classes that allow addins some level of control on the JDeveloper runner system. 
 

Uses of JDK in oracle.jdeveloper.library
 

Classes in oracle.jdeveloper.library that implement JDK
 class AddinJDK
          A JDK automatically installed by the extension framework.
 class JDKAdapter
          Encapsulates the notion of a JDK.
 class JDKNode
           
 

Methods in oracle.jdeveloper.library that return JDK
 JDK MutableLibraryList.addJDK(java.lang.String name, java.net.URL exeURL)
          Add a JDK using the given name and based upon the given executble.
 JDK JProjectLibraryList.addJDK(java.lang.String name, java.net.URL exeURL)
           
 JDK JLibraryList.addJDK(java.lang.String name, java.net.URL exeURL)
           
 JDK ListWrapper.addJDK(java.lang.String name, java.net.URL exeURL)
           
 JDK JLibraryList.addJDK(java.lang.String name, java.net.URL exeURL, java.net.URL location)
           
static JDK JLibraryManager.createJDK(java.lang.Object id, java.net.URL javaExe, MutableLibraryList list)
           
static JDK JLibraryManager.findJDK(java.lang.Object id)
           
 JDK JProjectLibraryList.findJDK(java.lang.Object id)
           
 JDK JLibraryList.findJDK(java.lang.Object id)
           
 JDK LibraryList.findJDK(java.lang.Object id)
          Finds the JDK definition that matches the specified name.
 JDK AddinLibraryList.findJDK(java.lang.Object id)
           
 JDK ListWrapper.findJDK(java.lang.Object id)
           
static JDK JLibraryManager.findJDK(VersionNumber num, JDK[] jdks)
           
static JDK JLibraryManager.findJDKMatch(java.lang.Object id, VersionNumber num)
           
static JDK JLibraryManager.getDefaultJDK()
           
 JDK AddinLibraryList.loadJDK(java.lang.String name, URLPath clsPath, URLPath srcPath, URLPath docPath, java.net.URL exeURL, VersionNumber version, java.net.URL sdkBinDir)
          Deprecated. since 11.1.1.0.0. This method should be called only by the internal implementation of JLibraryManager, and is not intended for general use.
 

Methods in oracle.jdeveloper.library with parameters of type JDK
static JDK JLibraryManager.findJDK(VersionNumber num, JDK[] jdks)
           
static boolean JDKUtil.initJDK(JDK jdk, java.net.URL javaExe)
           
static void JDKUtil.initJDK(JDK jdk, java.net.URL exe, java.lang.String version, java.lang.String clsPath, java.lang.String home)
           
static void JLibraryManager.removeJDK(JDK jdk, MutableLibraryList list)
           
 

Uses of JDK in oracle.jdeveloper.model
 

Methods in oracle.jdeveloper.model that return JDK
 JDK JProjectLibraries.getJDK()
          Get the referenced JDK, else the default installed JDK.
 JDK JProjectLibraries.resolveJDK(java.lang.Object id)
          Resolve a JDK ID to the associated JDK.
 

Methods in oracle.jdeveloper.model with parameters of type JDK
 void JProjectLibraries.setJDK(JDK jdk)
          Set the referenced JDK.
 

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

Uses of JDK in oracle.jdeveloper.runner
 

Methods in oracle.jdeveloper.runner that return JDK
 JDK JRunProcess.getJdkDefinition()
          Returns the JDK for the project.
 

Methods in oracle.jdeveloper.runner with parameters of type JDK
 java.lang.String RunConfiguration.getVMName(JDK jdk)
          Returns the name of the Virtual Machine.
 java.lang.String RunConfiguration.getVMName(JDK jdk, Project project)
          Returns the name of the Virtual Machine.
 boolean RunConfiguration.usingClassic(JDK jdk)
          Returns true if the Virtual Machine is classic.
 boolean RunConfiguration.usingMinimal(JDK jdk)
          Returns true if the Virtual Machine is minimal.
 boolean RunConfiguration.usingOJVM(JDK jdk)
          Returns true if the Virtual Machine is ojvm.
 boolean RunConfiguration.usingVanilla(JDK jdk)
          Returns true if the Virtual Machine is vanilla.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

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