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)
を介してクエリできるすべての既知のファイル タイプを記述する列挙型。
まとめ
列挙値 | |
---|---|
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 () |
列挙値
ベースバンド_イメージ
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
MKBOOTIMG_IMAGE
public static final BuildInfoKey.BuildInfoFileKey MKBOOTIMG_IMAGE
OTA_IMAGE
public static final BuildInfoKey.BuildInfoFileKey OTA_IMAGE
PACKAGE_FILES
public static final BuildInfoKey.BuildInfoFileKey PACKAGE_FILES
RAMDISK_IMAGE
public static final BuildInfoKey.BuildInfoFileKey RAMDISK_IMAGE
ルートディレクトリ
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
公開メソッド
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 |
値の
public static BuildInfoKey.BuildInfoFileKey valueOf (String name)
パラメーター | |
---|---|
name | String |
戻り値 | |
---|---|
BuildInfoKey.BuildInfoFileKey |
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2023-04-28 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]