Package com.diffplug.gradle.oomph
Class InstalledJre
- java.lang.Object
-
- com.diffplug.gradle.oomph.InstalledJre
-
- All Implemented Interfaces:
Serializable
public class InstalledJre extends Object implements Serializable
Simple representation of a JRE- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstalledJre()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getExecutionEnvironments()FilegetInstalledLocation()StringgetVersion()booleanisMarkDefault()voidsetExecutionEnvironments(List<String> executionEnvironments)voidsetInstalledLocation(File location)voidsetMarkDefault(boolean markDefault)voidsetVersion(String name)
-
-
-
Method Detail
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String name)
-
getInstalledLocation
public File getInstalledLocation()
-
setInstalledLocation
public void setInstalledLocation(File location)
-
isMarkDefault
public boolean isMarkDefault()
-
setMarkDefault
public void setMarkDefault(boolean markDefault)
-
-