BuildInfoKey.BuildInfoFileKey
public
static
final
enum
BuildInfoKey.BuildInfoFileKey
extends Enum<BuildInfoKey.BuildInfoFileKey>
Objeto java.lang. | ||
↳ | java.lang.Enum<com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey> | |
↳ | com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey |
Es una enumeración que describe todos los tipos de archivos conocidos que se pueden consultar a través de IBuildInfo.getFile(com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey)
.
Resumen
Enum. de valores | |
---|---|
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étodos públicos | |
---|---|
static
BuildInfoKey.BuildInfoFileKey
|
fromString(String keyName)
Convierte el nombre de una clave a su |
String
|
getFileKey()
|
boolean
|
isList()
|
String
|
toString()
|
static
BuildInfoKey.BuildInfoFileKey
|
valueOf(String name)
|
static
final
BuildInfoFileKey[]
|
values()
|
Enum. de valores
Métodos públicos
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
Convierte el nombre de una clave a su BuildInfoFileKey
si se encuentra alguno. Muestra un valor nulo
de lo contrario.
Parámetros | |
---|---|
keyName |
String |
Muestra | |
---|---|
BuildInfoKey.BuildInfoFileKey |
getFileKey
public String getFileKey ()
Muestra | |
---|---|
String |
Lista
public boolean isList ()
Muestra | |
---|---|
boolean |
toString
public String toString ()
Muestra | |
---|---|
String |
valorDe
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
Parámetros | |
---|---|
name |
String |
Muestra | |
---|---|
BuildInfoKey.BuildInfoFileKey |