TradefedConfigObject

public class TradefedConfigObject
extends Object

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


Uma classe para modelar uma mensagem TradefedConfigObject da API do TFC.

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

Resumo

Métodos públicos

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

Métodos públicos

de Json

public static TradefedConfigObject fromJson (JSONObject json)

Parâmetros
json JSONObject

devoluções
TradefedConfigObject

lances
JSONException

fromJsonArray

public static  fromJsonArray (JSONArray arr)

Parâmetros
arr JSONArray

devoluções

lances
JSONException

getClassName

public String getClassName ()

devoluções
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

devoluções
MultiMap <String, String>

getType

public TradefedConfigObject.Type getType ()

devoluções
TradefedConfigObject.Type