TestResource
public class TestResource
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.TestResource |
TFC API によって返される TestResource メッセージをモデル化するクラス。
まとめ
公開メソッド
fromJson
public static TestResource fromJson (JSONObject json)
fromJsonArray
public static fromJsonArray (JSONArray jsonArray)
パラメーター |
---|
jsonArray | JSONArray |
getDecompress
public boolean getDecompress ()
getDecompressDir
public String getDecompressDir ()
getDecompressDir
public File getDecompressDir (File parentDir)
getDecompressFiles
public getDecompressFiles ()
getFile
public File getFile (File parentDir)
getName
public String getName ()
getUrl
public String getUrl ()
マウントジップ
public boolean mountZip ()
toJson
public JSONObject toJson ()