测试资源
public class TestResource
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.TestResource |
对 TFC API 返回的 TestResource 消息建模的类。
概括
公共方法
来自Json
public static TestResource fromJson (JSONObject json)
来自JsonArray
public static fromJsonArray (JSONArray jsonArray)
解压缩
public boolean getDecompress ()
获取解压目录
public String getDecompressDir ()
获取解压目录
public File getDecompressDir (File parentDir)
获取解压缩文件
public getDecompressFiles ()
获取文件
public File getFile (File parentDir)
获取名称
public String getName ()
获取网址
public String getUrl ()
挂载Zip
public boolean mountZip ()
托杰森
public JSONObject toJson ()