TradefedConfigObject

public class TradefedConfigObject
extends Object

java.lang.Object
com.android.tradefed.cluster.TradefedConfigObject


TFC API の TradefedConfigObject メッセージをモデル化するクラス。

TradefedConfigObject メッセージは TestEnvironment メッセージの一部であり、クラスター コマンド ランチャー構成に追加される追加のITargetPreparerまたはITestInvocationListenerを渡すために使用されます。

まとめ

公開メソッド

static TradefedConfigObject fromJson (JSONObject json)
static fromJsonArray (JSONArray arr)
String getClassName ()
MultiMap <String, String> getOptionValues ()
TradefedConfigObject.Type getType ()

公開メソッド

fromJson

public static TradefedConfigObject fromJson (JSONObject json)

パラメーター
json JSONObject

戻り値
TradefedConfigObject

スロー
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

パラメーター
arr JSONArray

戻り値

スロー
JSONException

getClassName

public String getClassName ()

戻り値
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

戻り値
MultiMap <String, String>

getType

public TradefedConfigObject.Type getType ()

戻り値
TradefedConfigObject.Type