BuildInfoKey.BuildInfoFileKey
public
static
final
enum
BuildInfoKey.BuildInfoFileKey
extends Enum<BuildInfoKey.BuildInfoFileKey>
java.lang.Object 中 | ||
↳ | java.lang.Enum<com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey> | |
↳ | com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey |
描述可通过 IBuildInfo.getFile(com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey)
查询的所有已知文件类型的枚举。
摘要
枚举值 | |
---|---|
BuildInfoKey.BuildInfoFileKey |
BASEBAND_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
BOOTLOADER_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
DEVICE_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
HOST_LINKED_DIR
|
BuildInfoKey.BuildInfoFileKey |
MKBOOTIMG_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
OTA_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
PACKAGE_FILES
|
BuildInfoKey.BuildInfoFileKey |
RAMDISK_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
ROOT_DIRECTORY
|
BuildInfoKey.BuildInfoFileKey |
TARGET_LINKED_DIR
|
BuildInfoKey.BuildInfoFileKey |
TESTDIR_IMAGE
|
BuildInfoKey.BuildInfoFileKey |
USERDATA_IMAGE
|
公共方法 | |
---|---|
static
BuildInfoKey.BuildInfoFileKey
|
fromString(String keyName)
将密钥名称转换为其 |
String
|
getFileKey()
|
boolean
|
isList()
|
String
|
toString()
|
static
BuildInfoKey.BuildInfoFileKey
|
valueOf(String name)
|
static
final
BuildInfoFileKey[]
|
values()
|
枚举值
公共方法
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
将密钥名称转换为其 BuildInfoFileKey
(如果找到)。返回 null
否则。
参数 | |
---|---|
keyName |
String |
返回 | |
---|---|
BuildInfoKey.BuildInfoFileKey |
getFileKey
public String getFileKey ()
返回 | |
---|---|
String |
列表
public boolean isList ()
返回 | |
---|---|
boolean |
toString
public String toString ()
返回 | |
---|---|
String |
valueOf
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
参数 | |
---|---|
name |
String |
返回 | |
---|---|
BuildInfoKey.BuildInfoFileKey |