AaptParser.AaptVersion
public static final enum AaptParser.AaptVersion
extends Enum< AaptParser.AaptVersion >
java.lang.Object | ||
↳ | java.lang.Enum < com.android.tradefed.util.AaptParser.AaptVersion > | |
↳ | com.android.tradefed.util.AaptParser.AaptVersion |
APKファイルの解析に使用されるAAPTバージョンのオプションの列挙。
概要
列挙値 | |
---|---|
AaptParser.AaptVersion | AAPT |
AaptParser.AaptVersion | AAPT2
|
パブリックメソッド | |
---|---|
String[] | dumpBadgingCommand (File apkFile) |
String[] | dumpXmlTreeCommand (File apkFile) |
static AaptParser.AaptVersion | valueOf (String name) |
static final AaptVersion[] | values () |
列挙値
AAPT
public static final AaptParser.AaptVersion AAPT
パブリックメソッド
dumpBadgingCommand
public String[] dumpBadgingCommand (File apkFile)
パラメーター | |
---|---|
apkFile | File |
戻り値 | |
---|---|
String[] |
dumpXmlTreeCommand
public String[] dumpXmlTreeCommand (File apkFile)
パラメーター | |
---|---|
apkFile | File |
戻り値 | |
---|---|
String[] |
valueOf
public static AaptParser.AaptVersion valueOf (String name)
パラメーター | |
---|---|
name | String |
戻り値 | |
---|---|
AaptParser.AaptVersion |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-10-04 UTC.
[]
[]