Constructor and Description |
---|
ZipScrubberStep() |
Modifier and Type | Method and Description |
---|---|
protected void |
check() |
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
abstract Path |
getZipAbsolutePath() |
static ZipScrubberStep |
of(Path zipAbsolutePath) |
public abstract Path getZipAbsolutePath()
@Value.Check protected void check()
public String getShortName()
getShortName
in interface Step
public String getDescription(ExecutionContext context)
getDescription
in interface Step
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute
in interface Step
IOException
public static ZipScrubberStep of(Path zipAbsolutePath)