Interface JavaInstallationMetadata
public interface JavaInstallationMetadata
Metadata about a Java tool obtained from a toolchain.
- Since:
- 6.7
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe path to installation this tool belongs to.Returns the full Java version (including the build number) of the JVM, as specified in itsjava.runtime.versionproperty.Returns the version of the JVM, as specified in itsjava.vm.versionproperty.Returns the language version of the JVM to which this tool belongsReturns a human-readable string for the vendor of the JVM.booleanReturns true if this installation corresponds to the build JVM.
-
Method Details
-
getLanguageVersion
Returns the language version of the JVM to which this tool belongs- Returns:
- the
JavaLanguageVersion
-
getJavaRuntimeVersion
-
getJvmVersion
-
getVendor
-
getInstallationPath
-
isCurrentJvm
Returns true if this installation corresponds to the build JVM.- Since:
- 8.0
-