|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | 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<String> |
getJvmArguments()
The JVM arguments used to start the Java process that handles Gradle operations (for example running tasks or acquiring model information). |
| Method Detail |
|---|
File getJavaHome()
List<String> getJvmArguments()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||