public class AaptCommandBuilder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AaptCommandBuilder.AaptDumpCommandBuilder
Class that responsible for building aapt commands for dumping information from apk file
|
static class |
AaptCommandBuilder.AaptPackageCommandBuilder
Class that responsible for building appt commands for packaging resources
|
Modifier and Type | Field and Description |
---|---|
protected List<String> |
commands |
protected org.apache.maven.plugin.logging.Log |
log |
Modifier | Constructor and Description |
---|---|
protected |
AaptCommandBuilder(org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
List<String> |
build()
Provides unmodifiable list of a aapt commands
|
static AaptCommandBuilder.AaptDumpCommandBuilder |
dump(org.apache.maven.plugin.logging.Log log)
Dump label, icon, permissions, compiled xmls etc.
|
static AaptCommandBuilder.AaptPackageCommandBuilder |
packageResources(org.apache.maven.plugin.logging.Log log)
Package the android resources.
|
String |
toString() |
protected AaptCommandBuilder(org.apache.maven.plugin.logging.Log log)
public static AaptCommandBuilder.AaptPackageCommandBuilder packageResources(org.apache.maven.plugin.logging.Log log)
AaptCommandBuilder.AaptPackageCommandBuilder
public static final AaptCommandBuilder.AaptDumpCommandBuilder dump(org.apache.maven.plugin.logging.Log log)
AaptCommandBuilder.AaptDumpCommandBuilder
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.