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


Aufzählung, die alle bekannten Dateitypen beschreibt, die über IBuildInfo.getFile(com.android.tradefed.build.BuildInfoKey.BuildInfoFileKey) abgefragt werden können.

Zusammenfassung

Enum-Werte

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

 

Öffentliche Methoden

static BuildInfoKey.BuildInfoFileKey fromString(String keyName)

Konvertieren Sie einen Schlüsselnamen in seinen BuildInfoFileKey, falls einer gefunden wird.

String getFileKey()
boolean isList()
String toString()
static BuildInfoKey.BuildInfoFileKey valueOf(String name)
static final BuildInfoFileKey[] values()

Enum-Werte

BASISBAND-IMAGE

public static final BuildInfoKey.BuildInfoFileKey BASEBAND_IMAGE

BOOTLOADER_IMAGE

public static final BuildInfoKey.BuildInfoFileKey BOOTLOADER_IMAGE

GERÄTEBILD

public static final BuildInfoKey.BuildInfoFileKey DEVICE_IMAGE

HOST_LINKED_DIR (VERLINKT_DIR)

public static final BuildInfoKey.BuildInfoFileKey HOST_LINKED_DIR

MKBOOTIMG_IMAGE

public static final BuildInfoKey.BuildInfoFileKey MKBOOTIMG_IMAGE

OTA-IMAGE

public static final BuildInfoKey.BuildInfoFileKey OTA_IMAGE

PACKAGE_DATEIEN

public static final BuildInfoKey.BuildInfoFileKey PACKAGE_FILES

RAMDISK-IMAGE

public static final BuildInfoKey.BuildInfoFileKey RAMDISK_IMAGE

GESCHÄFTSVERZEICHNIS

public static final BuildInfoKey.BuildInfoFileKey ROOT_DIRECTORY

VERKNÜPFUNG_ZIEL_VERKNÜPFUNG

public static final BuildInfoKey.BuildInfoFileKey TARGET_LINKED_DIR

TESTDIR_IMAGE

public static final BuildInfoKey.BuildInfoFileKey TESTDIR_IMAGE

USERDATA_IMAGE

public static final BuildInfoKey.BuildInfoFileKey USERDATA_IMAGE

Öffentliche Methoden

fromString

public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)

Konvertieren Sie einen Schlüsselnamen in seinen BuildInfoFileKey, falls einer gefunden wird. Gibt null zurück sonst.

Parameter
keyName String

Returns
BuildInfoKey.BuildInfoFileKey

getFileKey

public String getFileKey ()

Returns
String

IsList

public boolean isList ()

Returns
boolean

toString

public String toString ()

Returns
String

valueOf

public static BuildInfoKey.BuildInfoFileKey valueOf (String name)

Parameter
name String

Returns
BuildInfoKey.BuildInfoFileKey

Werte

public static final BuildInfoFileKey[] values ()

Returns
BuildInfoFileKey[]