TradefedConfigObject

public class TradefedConfigObject
extends Object

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


Uma classe para modelar uma mensagem TradefedConfigObject da API TFC.

Uma mensagem TradefedConfigObject faz parte de uma mensagem TestEnvironment e é usada para transmitir extra ITargetPreparer ou ITestInvocationListener a serem adicionados a uma configuração do iniciador de comandos de cluster.

Resumo

Métodos públicos

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

Métodos públicos

fromJson

public static TradefedConfigObject fromJson (JSONObject json)

Parâmetros
json JSONObject

Retorna
TradefedConfigObject

Gera
JSONException

fromJsonArray

public static List<TradefedConfigObject> fromJsonArray (JSONArray arr)

Parâmetros
arr JSONArray

Retorna
List<TradefedConfigObject>

Gera
JSONException

getClassName

public String getClassName ()

Retorna
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

Retorna
MultiMap<String, String>

getType

public TradefedConfigObject.Type getType ()

Retorna
TradefedConfigObject.Type