Interface JVMSelector.JVMLocation
- Enclosing class:
JVMSelector
public static interface JVMSelector.JVMLocation
The interface providing information about a JVM.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the base directory of a Java installation.Returns the version of the JVM.booleanisJDK()Returns whether this a JDK installation.
-
Method Details
-
getJavaHome
-
getVersion
-
isJDK
boolean isJDK()Returns whether this a JDK installation.- Returns:
- true if this a JDK
-