TradefedConfigObject

public class TradefedConfigObject
extends Object

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


Klasa modelująca wiadomość TradefedConfigObject interfejsu TFC API.

Wiadomość TradefedConfigObject jest częścią wiadomości TestEnvironment i służy do przekazywania dodatkowych informacji ITargetPreparer lub ITestInvocationListener, które mają zostać dodane do konfiguracji inicjatora poleceń klastra.

Podsumowanie

Metody publiczne

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

Metody publiczne

fromJson

public static TradefedConfigObject fromJson (JSONObject json)

Parametry
json JSONObject

Zwroty
TradefedConfigObject

Rzuty
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

Parametry
arr JSONArray

Zwroty

Rzuty
JSONException

getClassName

public String getClassName ()

Zwroty
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

Zwroty
MultiMap<String, String>

getType

public TradefedConfigObject.Type getType ()

Zwroty
TradefedConfigObject.Type