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 File
getPath()
Returns the path to the local Java installation.void
setPath(File path)
Sets the path to the local Java installation.
-