| Constructor and Description |
|---|
RmStep() |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
abstract BuildCellRelativePath |
getPath() |
String |
getShortName() |
abstract boolean |
isRecursive() |
static RmStep |
of(BuildCellRelativePath path) |
static RmStep |
of(BuildCellRelativePath path,
boolean recursive) |
public abstract BuildCellRelativePath getPath()
public abstract boolean isRecursive()
public String getShortName()
getShortName in interface Steppublic StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic String getDescription(ExecutionContext context)
getDescription in interface Steppublic static RmStep of(BuildCellRelativePath path, boolean recursive)
public static RmStep of(BuildCellRelativePath path)