테스트 리소스

public class TestResource
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.cluster.TestResource 클래스의 생성자


TFC API에서 반환된 TestResource 메시지를 모델링하는 클래스입니다.

요약

공개 메서드

static TestResource fromJson(JSONObject json)
static fromJsonArray(JSONArray jsonArray)
boolean getDecompress()
String getDecompressDir()
File getDecompressDir(File parentDir)
getDecompressFiles()
File getFile(File parentDir)
String getName()
String getUrl()
boolean mountZip()
JSONObject toJson()

공개 메서드

fromJson

public static TestResource fromJson (JSONObject json)

매개변수
json JSONObject

반환 값
TestResource

fromJsonArray

public static  fromJsonArray (JSONArray jsonArray)

매개변수
jsonArray JSONArray

반환 값

생성 값
JSONException

getDecompress

public boolean getDecompress ()

반환 값
boolean

getDecompressDir

public String getDecompressDir ()

반환 값
String

getDecompressDir

public File getDecompressDir (File parentDir)

매개변수
parentDir File

반환 값
File

getDecompressFiles

public  getDecompressFiles ()

반환 값

파일 가져오기

public File getFile (File parentDir)

매개변수
parentDir File

반환 값
File

getName

public String getName ()

반환 값
String

getUrl

public String getUrl ()

반환 값
String

Zip 마운트

public boolean mountZip ()

반환 값
boolean

JSON

public JSONObject toJson ()

반환 값
JSONObject

생성 값
JSONException