public class JdkBundle
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static JdkBundle |
createBoot() |
static JdkBundle |
createBundle(java.io.File bundleHome) |
static JdkBundle |
createBundled() |
Bitness |
getBitness() |
JavaVersion |
getBundleVersion() |
java.io.File |
getHome() |
java.io.File |
getLocation() |
java.io.File |
getVMExecutable() |
boolean |
isBoot() |
boolean |
isBundled() |
boolean |
isJdk() |
boolean |
isOperational() |
public java.io.File getLocation()
public JavaVersion getBundleVersion()
public Bitness getBitness()
public boolean isBoot()
public boolean isBundled()
public boolean isJdk()
public java.io.File getHome()
public java.io.File getVMExecutable()
public boolean isOperational()
public static JdkBundle createBoot()
public static JdkBundle createBundled()
public static JdkBundle createBundle(java.io.File bundleHome)