public interface ILifecycleStep
Modifier and Type | Method and Description |
---|---|
void |
execute(ILifecycleProgressMonitor monitor)
Execute the step.
|
java.lang.String |
getName()
Get the step name.
|
int |
getOperationCount()
Counts the number of operations that make up this step.
|
java.lang.String getName()
int getOperationCount()
void execute(ILifecycleProgressMonitor monitor) throws SiteWhereException
monitor
- SiteWhereException