PartialDownload auflösen
public class ResolvePartialDownload
extends Object
implements IRemoteFeature , ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Beheben Sie eine teilweise Download-Anfrage.
Zusammenfassung
Felder | |
---|---|
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
|
Öffentliche Konstrukteure | |
---|---|
ResolvePartialDownload () |
Geschützte Konstruktoren | |
---|---|
ResolvePartialDownload ( DynamicRemoteFileResolver resolver) |
Öffentliche Methoden | |
---|---|
FeatureResponse | execute (FeatureRequest request) Gibt basierend auf der Anforderung eine |
String | getName () Name der Funktion. |
TestInformation | getTestInformation () |
void | setTestInformation ( TestInformation testInformation) |
Felder
DESTINATION_DIR
public static final String DESTINATION_DIR
EXCLUDE_FILTER
public static final String EXCLUDE_FILTERS
INCLUDE_FILTER
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
Öffentliche Konstrukteure
PartialDownload auflösen
public ResolvePartialDownload ()
Geschützte Konstruktoren
PartialDownload auflösen
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
Parameter | |
---|---|
resolver | DynamicRemoteFileResolver |
Öffentliche Methoden
ausführen
public FeatureResponse execute (FeatureRequest request)
Gibt basierend auf der Anforderung eine FeatureResponse
zurück.
Parameter | |
---|---|
request | FeatureRequest |
Kehrt zurück | |
---|---|
FeatureResponse |
getName
public String getName ()
Name der Funktion. Muss mit FeatureRequest#getName()
übereinstimmen.
Kehrt zurück | |
---|---|
String |
setTestInformationen
public void setTestInformation (TestInformation testInformation)
Parameter | |
---|---|
testInformation | TestInformation |