TestResource

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

戻り値

getFile

public File getFile (File parentDir)

パラメータ
parentDir File

戻り値
File

getName

public String getName ()

戻り値
String

getUrl

public String getUrl ()

戻り値
String

MountZip

public boolean mountZip ()

戻り値
boolean

toJson

public JSONObject toJson ()

戻り値
JSONObject

例外
JSONException