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 Step
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute
in interface Step
IOException
public String getDescription(ExecutionContext context)
getDescription
in interface Step
public static RmStep of(BuildCellRelativePath path, boolean recursive)
public static RmStep of(BuildCellRelativePath path)