ทรัพยากรการทดสอบ
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()
|
วิธีการสาธารณะ
จาก Json
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 ()
คิกรีเทิร์น | |
---|---|
|
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 |