|
Extension SDK 10.1.3.36.73 | ||||||||||
| 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 |
| Classes in oracle.jdeveloper.library that implement JDK | |
class |
AddinJDK
|
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 |
ListWrapper.findJDK(java.lang.Object id)
|
JDK |
ListWrapper.addJDK(java.lang.String name,
java.net.URL exeURL)
|
JDK |
LibraryList.findJDK(java.lang.Object id)
Finds the JDK definition that matches the specified name. |
JDK |
JProjectLibraryList.findJDK(java.lang.Object id)
|
JDK |
JProjectLibraryList.addJDK(java.lang.String name,
java.net.URL exeURL)
|
static JDK |
JLibraryManager.getDefaultJDK()
|
static JDK |
JLibraryManager.createJDK(java.lang.Object id,
java.net.URL javaExe,
MutableLibraryList list)
|
static JDK |
JLibraryManager.findJDK(java.lang.Object id)
|
static JDK |
JLibraryManager.findJDK(VersionNumber num,
JDK[] jdks)
|
static JDK |
JLibraryManager.findJDKMatch(java.lang.Object id,
VersionNumber num)
|
JDK |
JLibraryList.findJDK(java.lang.Object id)
|
JDK |
JLibraryList.addJDK(java.lang.String name,
java.net.URL exeURL,
java.net.URL location)
|
JDK |
JLibraryList.addJDK(java.lang.String name,
java.net.URL exeURL)
|
JDK |
AddinLibraryList.loadJDK(java.lang.String name,
URLPath clsPath,
URLPath srcPath,
URLPath docPath,
java.net.URL exeURL,
VersionNumber version,
java.net.URL sdkBinDir)
|
JDK |
AddinLibraryList.findJDK(java.lang.Object id)
|
| Methods in oracle.jdeveloper.library with parameters of type JDK | |
static JDK |
JLibraryManager.findJDK(VersionNumber num,
JDK[] jdks)
|
static void |
JLibraryManager.removeJDK(JDK jdk,
MutableLibraryList list)
|
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 boolean |
JDKUtil.updateOjvm(JDK jdk,
boolean forceInstall)
updateOjvm() will update the ojvm directory if needed by: - checking the ojvm contents only if we haven't already so before - if not done, will look if the ojvm needs to be updated by comparing the source ojvm with the target one - if update is needed, the user will be asked if the jvm should be updated/deployed in the target directory |
static boolean |
JDKUtil.ojvmUptodate(JDK jdk)
ojvmUpdate() will check if ojvm in the sepcified JDK is up to date or not. |
| 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.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 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.