TestResource

public class TestResource
extends Object

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


فئة لتصميم رسالة TestResource التي تعرضها واجهة برمجة التطبيقات TFC API

ملخّص

الطرق العامة

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

المعلمات
jsonArray JSONArray

المرتجعات

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

getDecompress

public boolean getDecompress ()

المرتجعات
boolean

getDecompressDir

public String getDecompressDir ()

المرتجعات
String

getDecompressDir

public File getDecompressDir (File parentDir)

المعلمات
parentDir File

المرتجعات
File

getDecompressFiles

public  getDecompressFiles ()

المرتجعات

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