مورد تجريبي
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()
|
الطرق العامة
من سمير
public static TestResource fromJson (JSONObject json)
المعلمات | |
---|---|
json |
JSONObject |
المرتجعات | |
---|---|
TestResource |
منJsonArray
public staticfromJsonArray (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
publicgetDecompressFiles ()
المرتجعات | |
---|---|
|
الحصول على ملف
public File getFile (File parentDir)
المعلمات | |
---|---|
parentDir |
File |
المرتجعات | |
---|---|
File |
الحصول على اسم
public String getName ()
المرتجعات | |
---|---|
String |
الحصول على عنوان URL
public String getUrl ()
المرتجعات | |
---|---|
String |
برنامج Zip
public boolean mountZip ()
المرتجعات | |
---|---|
boolean |
تو جايسون
public JSONObject toJson ()
المرتجعات | |
---|---|
JSONObject |
الرميات | |
---|---|
JSONException |