אובייקט triFedConfig

public class TradefedConfigObject
extends Object

JavaScript.lang.Object
com.android.tradefed.cluster.TradeifiedConfigObject


מחלקה לבניית מודל של הודעת TradeFedExObject של TFC API.

הודעת ecommerceFedExObject היא חלק מהודעת TestEnvironment ומשמשת להעברה עוד ITargetPreparer או ITestInvocationListener שיתווספו לפקודת אשכול הגדרות מרכז האפליקציות.

סיכום

שיטות ציבוריות

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

שיטות ציבוריות

מ-Json

public static TradefedConfigObject fromJson (JSONObject json)

פרמטרים
json JSONObject

החזרות
TradefedConfigObject

קליעות
JSONException

מ-JsonArray

public static  fromJsonArray (JSONArray arr)

פרמטרים
arr JSONArray

החזרות

קליעות
JSONException

getClassName

public String getClassName ()

החזרות
String

getOptionValues

public MultiMap<String, String> getOptionValues ()

החזרות
MultiMap<String, String>

getType

public TradefedConfigObject.Type getType ()

החזרות
TradefedConfigObject.Type