|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Methods in oracle.jdeveloper.library that return JDK | |
static JDK |
JDK.createJDK(java.net.URL javaExe) |
static JDK |
JDK.createJDK(java.net.URL exe, java.lang.String version, java.lang.String clsPath, java.lang.String home) |
JDK |
DefaultLibraryList.findJDK(java.lang.String jdkName) |
JDK |
DefaultLibraryList.findJDK(VersionNumber verNum) |
JDK |
LibraryList.findJDK(java.lang.String jdkName) Finds the J2SE definition that matches the specified name. |
JDK |
LibraryList.findJDK(VersionNumber verNum) Finds the J2SE definition that matches the specified version number. |
JDK |
JLibraryList.findJDK(java.lang.String JDKName) |
JDK |
JLibraryList.findJDK(VersionNumber num) |
JDK |
JLibraryList.getDefaultJDK() |
static JDK |
JLibraryManager.getDefaultJDK() |
static JDK |
JLibraryManager.createJDK(java.lang.String name, java.net.URL javaExe, LibraryList list) |
static JDK |
JLibraryManager.findJDK(java.lang.String jdkName) |
static JDK |
JLibraryManager.findJDK(VersionNumber num, JDK[] jdks) |
static JDK |
JLibraryManager.findJDKMatch(java.lang.String jdkName, VersionNumber jdkVer) |
static JDK |
JLibraryManager.createSystemJDK(java.lang.String name, java.net.URL javaExe) |
Methods in oracle.jdeveloper.library with parameters of type JDK | |
protected void |
JDK.copyToImpl(JDK copy) |
protected boolean |
JDK.equalsImpl(JDK otherJDK) |
boolean |
DefaultLibraryList.isChildJDK(JDK jdk) |
boolean |
LibraryList.isChildJDK(JDK jdk) Determines whether the specified J2SE definition is a child of this LibraryList. |
boolean |
JLibraryList.isChildJDK(JDK jdk) |
static JDK |
JLibraryManager.findJDK(VersionNumber num, JDK[] jdks) |
static void |
JLibraryManager.removeJDK(JDK jdk, LibraryList list) |
static void |
JLibraryManager.removeSystemJDK(JDK jdk) |
Constructors in oracle.jdeveloper.library with parameters of type JDK | |
JDK(JDK jdk) Copy constructor. |
Uses of JDK in oracle.jdeveloper.model |
Methods in oracle.jdeveloper.model that return JDK | |
JDK |
JProjectConfiguration.getJdkDefinition() |
Uses of JDK in oracle.jdeveloper.runner |
Methods in oracle.jdeveloper.runner that return JDK | |
protected 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, JProject project) Returns the name of the Virtual Machine. |
boolean |
RunConfiguration.usingOJVM(JDK jdk) Returns true if the Virtual Machine is ojvm. |
boolean |
RunConfiguration.usingMinimal(JDK jdk) Returns true if the Virtual Machine is minimal. |
boolean |
RunConfiguration.usingVanilla(JDK jdk) Returns true if the Virtual Machine is vanilla. |
boolean |
RunConfiguration.usingClassic(JDK jdk) Returns true if the Virtual Machine is classic. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.