TestResource
public class TestResource
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.TestResource |
TFCAPIによって返される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 ()
mountZip
public boolean mountZip ()
toJson
public JSONObject toJson ()