@Incubating public interface JavaInstallationMetadata
JavaLauncher
,
JavaCompiler
,
JavadocTool
Modifier and Type | Method | Description |
---|---|---|
Directory |
getInstallationPath() |
The path to installation this tool belongs to.
|
JavaLanguageVersion |
getLanguageVersion() |
Returns the language version of the JVM to which this tool belongs
|
String |
getVendor() |
Returns a human-readable string for the vendor of the JVM.
|
@Input JavaLanguageVersion getLanguageVersion()
JavaLanguageVersion
@Internal String getVendor()