| Package | Description |
|---|---|
| ch.tatool.exec |
| Modifier and Type | Method and Description |
|---|---|
ExecutionPhase |
ExecutionContext.getPhase()
Get the current phase of the execution.
|
static ExecutionPhase |
ExecutionPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionPhase[] |
ExecutionPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PhaseRunnableManager.addPhaseExecutable(PhaseRunnable phaseRunnable,
ExecutionPhase phase,
boolean recurring)
Add a PhaseRunnable to be run in one of the phases designated for such executions
|
List<PhaseRunnable> |
PhaseRunnableManager.getPhaseExecutables(ExecutionPhase phase) |
boolean |
PhaseRunnableManager.isRecurring(PhaseRunnable phaseRunnable,
ExecutionPhase phase) |
void |
PhaseRunnableManager.removePhaseExecutable(PhaseRunnable phaseRunnable,
ExecutionPhase phase)
Remove an element from the phase executable elements
|
Copyright © 2012. All Rights Reserved.