| Constructor and Description |
|---|
ReplaceManifestPlaceholdersStep(ProjectFilesystem projectFilesystem,
Path androidManifest,
Path replacedManifest,
com.google.common.collect.ImmutableMap<String,String> manifestEntries) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public ReplaceManifestPlaceholdersStep(ProjectFilesystem projectFilesystem, Path androidManifest, Path replacedManifest, com.google.common.collect.ImmutableMap<String,String> manifestEntries)
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