Modifier and Type | Class and Description |
---|---|
static class |
MiniAapt.ResourceCollectionType |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<String> |
IGNORED_FILE_EXTENSIONS
See
AaptStep for a list of files that we ignore. |
Constructor and Description |
---|
MiniAapt(SourcePathResolverAdapter resolver,
ProjectFilesystem filesystem,
SourcePath resDirectory,
Path pathToTextSymbolsFile,
com.google.common.collect.ImmutableSet<Path> pathsToSymbolsOfDeps) |
MiniAapt(SourcePathResolverAdapter resolver,
ProjectFilesystem filesystem,
SourcePath resDirectory,
Path pathToOutputFile,
com.google.common.collect.ImmutableSet<Path> pathsToSymbolsOfDeps,
boolean isGrayscaleImageProcessingEnabled,
MiniAapt.ResourceCollectionType resourceCollectionType) |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
public MiniAapt(SourcePathResolverAdapter resolver, ProjectFilesystem filesystem, SourcePath resDirectory, Path pathToTextSymbolsFile, com.google.common.collect.ImmutableSet<Path> pathsToSymbolsOfDeps)
public MiniAapt(SourcePathResolverAdapter resolver, ProjectFilesystem filesystem, SourcePath resDirectory, Path pathToOutputFile, com.google.common.collect.ImmutableSet<Path> pathsToSymbolsOfDeps, boolean isGrayscaleImageProcessingEnabled, MiniAapt.ResourceCollectionType resourceCollectionType)
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute
in interface Step
IOException
public String getShortName()
getShortName
in interface Step
public String getDescription(ExecutionContext context)
getDescription
in interface Step