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 |
Enum, das 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 |
String | getFileKey () |
boolean | isList () |
String | toString () |
static BuildInfoKey.BuildInfoFileKey | valueOf (String name) |
static final BuildInfoFileKey[] | values () |
Enum-Werte
BASEBAND_IMAGE
public static final BuildInfoKey.BuildInfoFileKey BASEBAND_IMAGE
BOOTLOADER_IMAGE
public static final BuildInfoKey.BuildInfoFileKey BOOTLOADER_IMAGE
DEVICE_IMAGE
public static final BuildInfoKey.BuildInfoFileKey DEVICE_IMAGE
HOST_LINKED_DIR
public static final BuildInfoKey.BuildInfoFileKey HOST_LINKED_DIR
MKOOTIMG_IMAGE
public static final BuildInfoKey.BuildInfoFileKey MKBOOTIMG_IMAGE
OTA_IMAGE
public static final BuildInfoKey.BuildInfoFileKey OTA_IMAGE
PAKET_DATEIEN
public static final BuildInfoKey.BuildInfoFileKey PACKAGE_FILES
RAMDISK_IMAGE
public static final BuildInfoKey.BuildInfoFileKey RAMDISK_IMAGE
WURZELVERZEICHNIS
public static final BuildInfoKey.BuildInfoFileKey ROOT_DIRECTORY
TARGET_LINKED_DIR
public static final BuildInfoKey.BuildInfoFileKey TARGET_LINKED_DIR
TESTDIR_IMAGE
public static final BuildInfoKey.BuildInfoFileKey TESTDIR_IMAGE
Öffentliche Methoden
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
Konvertieren Sie einen Schlüsselnamen in seinen BuildInfoFileKey
, falls einer gefunden wird. Gibt sonst null zurück.
Parameter | |
---|---|
keyName | String |
Kehrt zurück | |
---|---|
BuildInfoKey.BuildInfoFileKey |
getFileKey
public String getFileKey ()
Kehrt zurück | |
---|---|
String |
istListe
public boolean isList ()
Kehrt zurück | |
---|---|
boolean |
toString
public String toString ()
Kehrt zurück | |
---|---|
String |
Wert von
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
BuildInfoKey.BuildInfoFileKey |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-08-15 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Benötigte Informationen nicht gefunden"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Zu umständlich/zu viele Schritte"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Nicht mehr aktuell"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problem mit der Übersetzung"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problem mit Beispielen/Code"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Sonstiges"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Leicht verständlich"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Mein Problem wurde gelöst"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Sonstiges"
}]