Package com.diffplug.gradle.oomph
Class SetupAction
java.lang.Object
com.diffplug.gradle.osgi.OsgiExecable.ReflectionHost
com.diffplug.gradle.oomph.SetupAction
- All Implemented Interfaces:
OsgiExecable,Serializable,Runnable
- Direct Known Subclasses:
ConventionPde.TargetPlatformSetter,InstalledJreAdder,ProjectImporter
Setup action which takes place within the Eclipse installation.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.diffplug.gradle.osgi.OsgiExecable
OsgiExecable.ReflectionClient<Host extends OsgiExecable.ReflectionHost>, OsgiExecable.ReflectionHost -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String`Executing... final OrderingConstraints<Class<? extends SetupAction>>The ordering constraints on this setup action.static List<SetupAction>order(List<SetupAction> input) Orders the given setup actions according to their ordering constrains, if any.protected voidpopulateOrdering(OrderingConstraints<Class<? extends SetupAction>> ordering) Populates the ordering constraints.final StringtoString()Methods inherited from class com.diffplug.gradle.osgi.OsgiExecable.ReflectionHost
run
-
Constructor Details
-
SetupAction
-
-
Method Details