Constructor and Description |
---|
MoveStep(ProjectFilesystem filesystem,
Path source,
Path destination,
CopyOption... options) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public MoveStep(ProjectFilesystem filesystem, Path source, Path destination, CopyOption... options)
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute
in interface Step
IOException
public String getShortName()
getShortName
in interface Step
public String getDescription(ExecutionContext context)
getDescription
in interface Step