public class JDK extends Object
Detects the JDK folder from the gradle project, and wraps it in an API.
| Constructor and Description |
|---|
JDK(File rootFile) |
JDK(Project project) |
| Modifier and Type | Method and Description |
|---|---|
File |
getBinDir()
Returns the directory at the root of the JDK.
|
List<File> |
getJdkLibs()
Returns the JDK’s libs which you’re going to link against.
|
File |
getRootDir()
Returns the directory at the root of the JDK.
|