|
|||||||||
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 (e.g. |
List<String> |
getJvmArguments()
The jvm arguments used for the java process that handles gradle operations (e.g. |
Method Detail |
---|
File getJavaHome()
List<String> getJvmArguments()
The returned jvm arguments match those returned by java.lang.management.ManagementFactory.runtimeMXBean.inputArguments
,
e.g. they do not include system properties passed as -Dfoo=bar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |