| Constructor and Description |
|---|
CalculateClassAbiStep(ProjectFilesystem filesystem,
Path binaryJar,
Path abiJar,
AbiGenerationMode compatibilityMode) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public CalculateClassAbiStep(ProjectFilesystem filesystem, Path binaryJar, Path abiJar, AbiGenerationMode compatibilityMode)
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