| Constructor and Description |
|---|
CopyResourcesStep(ProjectFilesystem filesystem,
BuildContext buildContext,
BuildTarget target,
ResourcesParameters parameters,
Path outputDirectory) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public CopyResourcesStep(ProjectFilesystem filesystem, BuildContext buildContext, BuildTarget target, ResourcesParameters parameters, Path outputDirectory)
public StepExecutionResult execute(ExecutionContext context) throws IOException, InterruptedException
execute in interface StepIOExceptionInterruptedExceptionpublic String getShortName()
getShortName in interface Steppublic String getDescription(ExecutionContext context)
getDescription in interface Step