Résoudre le téléchargement partiel
public class ResolvePartialDownload
extends Object
implements IRemoteFeature , ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Résoudre une demande de téléchargement partiel.
Résumé
Des 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 une |
String | getName () Nom de la fonctionnalité. |
TestInformation | getTestInformation () |
void | setTestInformation ( TestInformation testInformation) |
Des champs
DESTINATION_DIR
public static final String DESTINATION_DIR
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
REMOTE_PATHS
public static final String REMOTE_PATHS
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Constructeurs publics
Résoudre le téléchargement partiel
public ResolvePartialDownload ()
Constructeurs protégés
Résoudre le téléchargement partiel
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
Paramètres | |
---|---|
resolver | DynamicRemoteFileResolver |
Méthodes publiques
exécuter
public FeatureResponse execute (FeatureRequest request)
Renvoie une FeatureResponse
basée sur la demande.
Paramètres | |
---|---|
request | FeatureRequest |
Retour | |
---|---|
FeatureResponse |
obtenirNom
public String getName ()
Nom de la fonctionnalité. Doit correspondre à FeatureRequest#getName()
.
Retour | |
---|---|
String |
setTestInformation
public void setTestInformation (TestInformation testInformation)
Paramètres | |
---|---|
testInformation | TestInformation |