TestResource
public
class
TestResource
extends Object
java.lang.Object | |
😎 | com.android.tradefed.cluster.TestResource |
Eine Klasse zum Modellieren einer TestResource-Nachricht, die von der TFC API zurückgegeben wird.
Zusammenfassung
Öffentliche Methoden | |
---|---|
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()
|
Öffentliche Methoden
fromJson
public static TestResource fromJson (JSONObject json)
Parameter | |
---|---|
json |
JSONObject |
Returns | |
---|---|
TestResource |
fromJsonArray
public staticfromJsonArray (JSONArray jsonArray)
Parameter | |
---|---|
jsonArray |
JSONArray |
Returns | |
---|---|
|
Ausgabe | |
---|---|
JSONException |
GetDecompress
public boolean getDecompress ()
Returns | |
---|---|
boolean |
getDecompressDir
public String getDecompressDir ()
Returns | |
---|---|
String |
getDecompressDir
public File getDecompressDir (File parentDir)
Parameter | |
---|---|
parentDir |
File |
Returns | |
---|---|
File |
getDecompressFiles
publicgetDecompressFiles ()
Returns | |
---|---|
|
getFile
public File getFile (File parentDir)
Parameter | |
---|---|
parentDir |
File |
Returns | |
---|---|
File |
getName
public String getName ()
Returns | |
---|---|
String |
getUrl
public String getUrl ()
Returns | |
---|---|
String |
mountZip
public boolean mountZip ()
Returns | |
---|---|
boolean |
ToJson
public JSONObject toJson ()
Returns | |
---|---|
JSONObject |
Ausgabe | |
---|---|
JSONException |