public class JDK
extends java.lang.Object
| Constructor and Description |
|---|
JDK(java.io.File rootFile) |
JDK(org.gradle.api.Project project) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getBinDir()
Returns the directory at the root of the JDK.
|
java.util.List<java.io.File> |
getJdkLibs()
Returns the JDK's libs which you're going to link against.
|
java.io.File |
getRootDir()
Returns the directory at the root of the JDK.
|
public JDK(org.gradle.api.Project project)
public JDK(java.io.File rootFile)
public java.io.File getBinDir()
public java.io.File getRootDir()
public java.util.List<java.io.File> getJdkLibs()