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 è una parte di un messaggio TestEnvironment e viene utilizzato per trasmettere ITargetPreparer o ITestInvocationListener extra da aggiungere a un comando del cluster Configurazione Avvio app.

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

Ritorni
TradefedConfigObject

Lanci
JSONException

daJsonArray

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