Constructor and Description |
---|
FileScrubberStep(ProjectFilesystem filesystem,
Path input,
com.google.common.collect.ImmutableList<FileScrubber> scrubbers) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public FileScrubberStep(ProjectFilesystem filesystem, Path input, com.google.common.collect.ImmutableList<FileScrubber> scrubbers)
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