TradefedConfig 객체

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