Package com.diffplug.gradle.oomph
Class InstalledJre
java.lang.Object
com.diffplug.gradle.oomph.InstalledJre
- All Implemented Interfaces:
Serializable
Simple representation of a JRE
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetExecutionEnvironments(List<String> executionEnvironments) voidsetInstalledLocation(File location) voidsetMarkDefault(boolean markDefault) voidsetVersion(String name)
-
Constructor Details
-
InstalledJre
public InstalledJre()
-
-
Method Details
-
getVersion
-
setVersion
-
getInstalledLocation
-
setInstalledLocation
-
isMarkDefault
public boolean isMarkDefault() -
setMarkDefault
public void setMarkDefault(boolean markDefault) -
getExecutionEnvironments
-
setExecutionEnvironments
-