BuildInfoKey.BuildInfoFileKey
public
static
final
enum
BuildInfoKey.BuildInfoFileKey
extends Enum<BuildInfoKey.BuildInfoFileKey>
JavaScript.lang.Object | ||
↳ | Java.lang.Enum<com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey> | |
↳ | com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey |
Enum מתאר את כל סוגי הקבצים הידועים שניתן לשלוח שאילתות דרך IBuildInfo.getFile(com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey)
.
סיכום
ערכי טיפוסים בני מנייה (enum) | |
---|---|
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()
|
ערכי טיפוסים בני מנייה (enum)
שיטות ציבוריות
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
צריך להמיר את שם המפתח ל-BuildInfoFileKey
שלו, אם יש כזה. החזרת ערך null
אחרת.
פרמטרים | |
---|---|
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 |