TradefedConfigObject
public
class
TradefedConfigObject
extends Object
java.lang.Object 中 | |
↳ | com.android.tradefed.cluster.TradefedConfigObject |
一个用于为 TFC API 的 TradefedConfigObject 消息建模的类。
TradefedConfigObject 消息是 TestEnvironment 消息的一部分,用于向下传递
将额外的 ITargetPreparer
或 ITestInvocationListener
添加到集群命令中
启动器配置。
摘要
公共方法 | |
---|---|
static
TradefedConfigObject
|
fromJson(JSONObject json)
|
static
|
fromJsonArray(JSONArray arr)
|
String
|
getClassName()
|
MultiMap<String, String>
|
getOptionValues()
|
TradefedConfigObject.Type
|
getType()
|
公共方法
fromJson
public static TradefedConfigObject fromJson (JSONObject json)
参数 | |
---|---|
json |
JSONObject |
返回 | |
---|---|
TradefedConfigObject |
抛出 | |
---|---|
JSONException |
fromJsonArray
public staticfromJsonArray (JSONArray arr)
参数 | |
---|---|
arr |
JSONArray |
返回 | |
---|---|
|
抛出 | |
---|---|
JSONException |
getClassName
public String getClassName ()
返回 | |
---|---|
String |