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()
|
列挙値
パブリック メソッド
fromString
public static BuildInfoKey.BuildInfoFileKey fromString (String keyName)
キー名が見つかった場合は、BuildInfoFileKey
に変換します。null を返す
できません。
パラメータ | |
---|---|
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 |