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 |
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
में बदलें. ऐसा न होने पर, शून्य दिखाता है.
पैरामीटर | |
---|---|
keyName |
String |
रिटर्न | |
---|---|
BuildInfoKey.BuildInfoFileKey |
getFileKey
public String getFileKey ()
रिटर्न | |
---|---|
String |
isList
public boolean isList ()
रिटर्न | |
---|---|
boolean |
toString
public String toString ()
रिटर्न | |
---|---|
String |
valueOf
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
पैरामीटर | |
---|---|
name |
String |
रिटर्न | |
---|---|
BuildInfoKey.BuildInfoFileKey |