public interface ICompositeLifecycleStep extends ILifecycleStep
ILifecycleStep
that executes multiple steps in
sequence.Modifier and Type | Method and Description |
---|---|
void |
addStep(ILifecycleStep step)
Add a step to the list.
|
java.util.List<ILifecycleStep> |
getSteps()
Get an ordered list of steps to be executed.
|
execute, getName, getOperationCount
void addStep(ILifecycleStep step)
step
- java.util.List<ILifecycleStep> getSteps()