Package com.diffplug.gradle.oomph
Class InstalledJreAdder
- java.lang.Object
-
- com.diffplug.gradle.osgi.OsgiExecable.ReflectionHost
-
- com.diffplug.gradle.oomph.SetupAction
-
- com.diffplug.gradle.oomph.InstalledJreAdder
-
- All Implemented Interfaces:
OsgiExecable,Serializable,Runnable
public class InstalledJreAdder extends SetupAction
Used for adding JRE/JDK installations to an Eclipse install.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.diffplug.gradle.oomph.SetupAction
SetupAction.Internal<Host extends SetupAction>
-
Nested classes/interfaces inherited from interface com.diffplug.gradle.osgi.OsgiExecable
OsgiExecable.ReflectionClient<Host extends OsgiExecable.ReflectionHost>, OsgiExecable.ReflectionHost
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInstalledJreAdder(Collection<InstalledJre> jresToAdd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()`Executing... protected voidpopulateOrdering(OrderingConstraints<Class<? extends SetupAction>> ordering)Populates the ordering constraints.-
Methods inherited from class com.diffplug.gradle.oomph.SetupAction
getOrdering, order, toString
-
Methods inherited from class com.diffplug.gradle.osgi.OsgiExecable.ReflectionHost
run
-
-
-
-
Constructor Detail
-
InstalledJreAdder
protected InstalledJreAdder(Collection<InstalledJre> jresToAdd)
-
-
Method Detail
-
populateOrdering
protected void populateOrdering(OrderingConstraints<Class<? extends SetupAction>> ordering)
Description copied from class:SetupActionPopulates the ordering constraints.- Overrides:
populateOrderingin classSetupAction
-
getDescription
public String getDescription()
Description copied from class:SetupAction`Executing... done.` - Specified by:
getDescriptionin classSetupAction- See Also:
SetupAction.getDescription()
-
-