Package org.gradle.tooling.model.java
Interface InstalledJdk
-
public interface InstalledJdkRepresents a Java Development Kit machine installation.- Since:
- 2.11
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetJavaHome()The home directory of the Java installation.org.gradle.api.JavaVersiongetJavaVersion()The version of the Java installation.
-