TestResource

public class TestResource
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.TestResource


فئة لنموذج رسالة TestResource يتم عرضها من خلال واجهة برمجة التطبيقات TFC.

ملخّص

الإجراءات العامة

static TestResource fromJson(JSONObject json)
static List<TestResource> fromJsonArray(JSONArray jsonArray)
boolean getDecompress()
String getDecompressDir()
File getDecompressDir(File parentDir)
List<String> 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 List<TestResource> fromJsonArray (JSONArray jsonArray)

المعلَمات
jsonArray JSONArray

القيم المُعادة
List<TestResource>

عمليات الطرح
JSONException

getDecompress

public boolean getDecompress ()

المرتجعات
boolean

getDecompressDir

public String getDecompressDir ()

المرتجعات
String

getDecompressDir

public File getDecompressDir (File parentDir)

المعلَمات
parentDir File

المرتجعات
File

getDecompressFiles

public List<String> getDecompressFiles ()

المرتجعات
List<String>

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