| Constructor and Description |
|---|
JsonConcatenateStep(ProjectFilesystem filesystem,
com.google.common.collect.ImmutableSortedSet<Path> inputs,
Path output,
String shortName,
String description) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public JsonConcatenateStep(ProjectFilesystem filesystem, com.google.common.collect.ImmutableSortedSet<Path> inputs, Path output, String shortName, String description)
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic String getShortName()
getShortName in interface Steppublic String getDescription(ExecutionContext context)
getDescription in interface Step