TradefedConfigObject

public class TradefedConfigObject
extends Object

java.lang.Object
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 aggiuntivi da aggiungere a una configurazione 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

daJson

public static TradefedConfigObject fromJson (JSONObject json)

Parametri
json JSONObject

ritorna
TradefedConfigObject

Lancia
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

Parametri
arr JSONArray

ritorna

Lancia
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