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 |
Énumération décrivant tous les types de fichiers connus pouvant être interrogés via IBuildInfo.getFile(com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey)
.
Résumé
Valeurs 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
|
Méthodes publiques | |
---|---|
static
BuildInfoKey.BuildInfoFileKey
|
fromString(String keyName)
Convertissez un nom de clé en son |
String
|
getFileKey()
|
boolean
|
isList()
|
String
|
toString()
|
static
BuildInfoKey.BuildInfoFileKey
|
valueOf(String name)
|
static
final
BuildInfoFileKey[]
|
values()
|
Valeurs enum
Méthodes publiques
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
Convertissez un nom de clé en son BuildInfoFileKey
, le cas échéant. Renvoie la valeur "null"
sinon.
Paramètres | |
---|---|
keyName |
String |
Renvoie | |
---|---|
BuildInfoKey.BuildInfoFileKey |
getFileKey
public String getFileKey ()
Renvoie | |
---|---|
String |
Liste_is
public boolean isList ()
Renvoie | |
---|---|
boolean |
toString
public String toString ()
Renvoie | |
---|---|
String |
valeur_
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
Paramètres | |
---|---|
name |
String |
Renvoie | |
---|---|
BuildInfoKey.BuildInfoFileKey |