משאב בדיקה
public
class
TestResource
extends Object
JavaScript.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()
|
שיטות ציבוריות
מ-Json
public static TestResource fromJson (JSONObject json)
פרמטרים | |
---|---|
json |
JSONObject |
החזרות | |
---|---|
TestResource |
מ-JsonArray
public staticfromJsonArray (JSONArray jsonArray)
פרמטרים | |
---|---|
jsonArray |
JSONArray |
החזרות | |
---|---|
|
קליעות | |
---|---|
JSONException |
getDeדחיסה
public boolean getDecompress ()
החזרות | |
---|---|
boolean |
getDeדחיסהDir
public String getDecompressDir ()
החזרות | |
---|---|
String |
getDeדחיסהDir
public File getDecompressDir (File parentDir)
פרמטרים | |
---|---|
parentDir |
File |
החזרות | |
---|---|
File |
getDeדחיסהFiles
publicgetDecompressFiles ()
החזרות | |
---|---|
|
getFile
public File getFile (File parentDir)
פרמטרים | |
---|---|
parentDir |
File |
החזרות | |
---|---|
File |
getName
public String getName ()
החזרות | |
---|---|
String |
getUrl
public String getUrl ()
החזרות | |
---|---|
String |
itemsZip
public boolean mountZip ()
החזרות | |
---|---|
boolean |
ToJson
public JSONObject toJson ()
החזרות | |
---|---|
JSONObject |
קליעות | |
---|---|
JSONException |