TradefedConfigObject

public class TradefedConfigObject
extends Object

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


Classe permettant de modéliser un message TradefedConfigObject de l'API TFC.

Un message TradefedConfigObject fait partie d'un message TestEnvironment et permet de transmettre supplémentaire ITargetPreparer ou ITestInvocationListener à ajouter à une commande de cluster configuration du lanceur d'applications.

Résumé

Méthodes publiques

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

Méthodes publiques

fromJson

public static TradefedConfigObject fromJson (JSONObject json)

Paramètres
json JSONObject

Renvoie
TradefedConfigObject

Génère
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

Paramètres
arr JSONArray

Renvoie

Génère
JSONException

getClassName

public String getClassName ()

Renvoie
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

Renvoie
MultiMap<String, String>

getType

public TradefedConfigObject.Type getType ()

Renvoie
TradefedConfigObject.Type