Ressource de test
public
class
TestResource
extends Object
java.lang.Object | |
↳ | com.android.tradefed.cluster.TestResource |
Classe permettant de modéliser un message TestResource renvoyé par l'API TFC.
Résumé
Méthodes publiques | |
---|---|
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()
|
Méthodes publiques
fromJson
public static TestResource fromJson (JSONObject json)
Paramètres | |
---|---|
json |
JSONObject |
Renvoie | |
---|---|
TestResource |
fromJsonArray
public staticfromJsonArray (JSONArray jsonArray)
Paramètres | |
---|---|
jsonArray |
JSONArray |
Renvoie | |
---|---|
|
Génère | |
---|---|
JSONException |
getDecompress
public boolean getDecompress ()
Renvoie | |
---|---|
boolean |
getDecompressDir
public String getDecompressDir ()
Renvoie | |
---|---|
String |
getDecompressDir
public File getDecompressDir (File parentDir)
Paramètres | |
---|---|
parentDir |
File |
Renvoie | |
---|---|
File |
getDecompressFiles
publicgetDecompressFiles ()
Renvoie | |
---|---|
|
getFile
public File getFile (File parentDir)
Paramètres | |
---|---|
parentDir |
File |
Renvoie | |
---|---|
File |
getName
public String getName ()
Renvoie | |
---|---|
String |
getUrl
public String getUrl ()
Renvoie | |
---|---|
String |
MountZip
public boolean mountZip ()
Renvoie | |
---|---|
boolean |
toJson
public JSONObject toJson ()
Renvoie | |
---|---|
JSONObject |
Génère | |
---|---|
JSONException |