TestResource
public class TestResource
extends Object
java.lang.Object |
↳ | com.android.tradefed.cluster.TestResource |
یک کلاس برای مدل سازی پیام TestResource که توسط TFC API بازگردانده می شود.
خلاصه
روشهای عمومی
از جانسون
public static TestResource fromJson (JSONObject json)
مولفه های |
---|
json | JSONObject |
از JsonArray
public static fromJsonArray (JSONArray jsonArray)
مولفه های |
---|
jsonArray | JSONArray |
پرتاب می کند |
---|
JSONException | |
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 ()
پرتاب می کند |
---|
JSONException | |