| Constructor and Description |
|---|
GenerateManifestStep(ProjectFilesystem filesystem,
Path skeletonManifestPath,
APKModule module,
com.google.common.collect.ImmutableSet<Path> libraryManifestPaths,
Path outManifestPath,
Path mergeReportPath) |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic String getDescription(ExecutionContext context)
getDescription in interface Steppublic String getShortName()
getShortName in interface Step