| 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 Steppublic String getDescription(ExecutionContext context)
getDescription in interface Steppublic StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic static ZipScrubberStep of(Path zipAbsolutePath)