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 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