TradefedConfigObject

public class TradefedConfigObject
extends Object

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


Una classe per modellare un messaggio TradefedConfigObject dell'API TFC.

Un messaggio TradefedConfigObject fa parte di un messaggio TestEnvironment e viene utilizzato per trasmettere ITargetPreparer o ITestInvocationListener extra da aggiungere a una configurazione dell'utilità di avvio dei comandi del cluster.

Riepilogo

Metodi pubblici

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

Metodi pubblici

fromJson

public static TradefedConfigObject fromJson (JSONObject json)

Parametri
json JSONObject

ritorna
TradefedConfigObject

Getta
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

Parametri
arr JSONArray

ritorna

Getta
JSONException

getClassName

public String getClassName ()

ritorna
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

ritorna
MultiMap <String, String>

getType

public TradefedConfigObject.Type getType ()

ritorna
TradefedConfigObject.Type