Package org.eclipse.steady.goals
Class GoalExecutor
- java.lang.Object
-
- org.eclipse.steady.goals.GoalExecutor
-
public class GoalExecutor extends Object
GoalExecutor class.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AbstractGoal _goal)execute.static GoalExecutorgetInstance()Getter for the fieldinstance.
-
-
-
Method Detail
-
getInstance
public static GoalExecutor getInstance()
Getter for the field
instance.- Returns:
- a
GoalExecutorobject.
-
execute
public void execute(AbstractGoal _goal)
execute.
- Parameters:
_goal- aAbstractGoalobject.
-
-