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
。傳回空值
反之。
參數 | |
---|---|
keyName |
String |
傳回 | |
---|---|
BuildInfoKey.BuildInfoFileKey |
getFileKey
public String getFileKey ()
傳回 | |
---|---|
String |
isList
public boolean isList ()
傳回 | |
---|---|
boolean |
toString
public String toString ()
傳回 | |
---|---|
String |
值
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
參數 | |
---|---|
name |
String |
傳回 | |
---|---|
BuildInfoKey.BuildInfoFileKey |