TradefedConfigObject

public class TradefedConfigObject
extends Object

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


Una clase para modelar un mensaje TradefedConfigObject de la API de TFC.

Un mensaje TradefedConfigObject es parte de un mensaje TestEnvironment y se usa para transmitir ITargetPreparer o ITestInvocationListener adicionales que se agregarán al comando del clúster configuración del selector

Resumen

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

Muestra
TradefedConfigObject

Arroja
JSONException

deJsonArray

public static  fromJsonArray (JSONArray arr)

Parámetros
arr JSONArray

Muestra

Arroja
JSONException

getClassName

public String getClassName ()

Muestra
String

Valores de la opción getOption

public MultiMap<String, String> getOptionValues ()

Muestra
MultiMap<String, String>

getType

public TradefedConfigObject.Type getType ()

Muestra
TradefedConfigObject.Type