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 alla configurazione del comando di avvio 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

Ritorni
TradefedConfigObject

Lanci
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

Parametri
arr JSONArray

Ritorni

Lanci
JSONException

getClassName

public String getClassName ()

Ritorni
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

Ritorni
MultiMap<String, String>

getType

public TradefedConfigObject.Type getType ()

Ritorni
TradefedConfigObject.Type