|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface JavaEnvironment
Informs about the Java environment, for example the Java home or the JVM args used. See example in BuildEnvironment.
Method Summary | |
---|---|
File
|
getJavaHome()
The Java home used for Gradle operations (for example running tasks or acquiring model information). |
List
|
getJvmArguments()
The JVM arguments used to start the Java process that handles Gradle operations (for example running tasks or acquiring model information). |
Method Detail |
---|
public File getJavaHome()
public List getJvmArguments()
Gradle API 1.12