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é
Constantes | |
|---|---|
String |
DESTINATION_DIR
|
String |
EXCLUDE_FILTERS
|
String |
INCLUDE_FILTERS
|
String |
REMOTE_PATHS
|
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 la fonctionnalité. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Constantes
DESTINATION_DIR
public static final String DESTINATION_DIR
Valeur constante : "destination_dir"
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
Valeur de constante : "exclude_filters"
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
Valeur constante : "include_filters"
REMOTE_PATHS
public static final String REMOTE_PATHS
Valeur de constante : "remote_paths"
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Valeur constante : "resolvePartialDownload"
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 la fonctionnalité. Doit correspondre à FeatureRequest.getName().
| Renvoie | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Paramètres | |
|---|---|
testInformation |
TestInformation |