Package org.gradle.jvm.toolchain
Interface LocalJava
-
- All Superinterfaces:
Named
@Incubating public interface LocalJava extends Named
A local JDK, JRE or Java 9+ installation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetPath()Returns the path to the local Java installation.voidsetPath(File path)Sets the path to the local Java installation.
-