ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Résolvez une demande de téléchargement partiel.
Résumé
Champs | |
---|---|
public
static
final
String |
DESTINATION_DIR
|
public
static
final
String |
EXCLUDE_FILTERS
|
public
static
final
String |
INCLUDE_FILTERS
|
public
static
final
String |
REMOTE_PATHS
|
public
static
final
String |
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
|
Constructeurs publics | |
---|---|
ResolvePartialDownload()
|
Constructeurs protégés | |
---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
Méthodes publiques | |
---|---|
FeatureResponse
|
execute(FeatureRequest request)
Renvoie un |
String
|
getName()
Nom de l'élément géographique. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Champs
DIR_DESTINATION
public static final String DESTINATION_DIR
EXCLURE_LES_FILTRES
public static final String EXCLUDE_FILTERS
INCLURE_LES_FILTRES
public static final String INCLUDE_FILTERS
PARCOURS_TÉLÉCOMMANDES
public static final String REMOTE_PATHS
RESOLVE_PARTIAL_TÉLÉCHARGEMENT_DE_FONCTIONNALITÉ_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Constructeurs publics
ResolvePartialDownload
public ResolvePartialDownload ()
Constructeurs protégés
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
Paramètres | |
---|---|
resolver |
DynamicRemoteFileResolver |
Méthodes publiques
exécuter
public FeatureResponse execute (FeatureRequest request)
Renvoie un FeatureResponse
en fonction de la requête.
Paramètres | |
---|---|
request |
FeatureRequest |
Renvoie | |
---|---|
FeatureResponse |
getName
public String getName ()
Nom de l'élément géographique. Doit correspondre à FeatureRequest#getName()
.
Renvoie | |
---|---|
String |
setTestInformation
public void setTestInformation (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |