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 ITargetPreparer ou ITestInvocationListener extra a serem adicionados 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

deJson

public static TradefedConfigObject fromJson (JSONObject json)

Parâmetros
json JSONObject

Devoluções
TradefedConfigObject

Lança
JSONException

deJsonArray

public static  fromJsonArray (JSONArray arr)

Parâmetros
arr JSONArray

Devoluções

Lança
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