ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Anfrage für einen teilweisen Download bearbeiten
Zusammenfassung
Konstanten | |
|---|---|
String |
DESTINATION_DIR
|
String |
EXCLUDE_FILTERS
|
String |
INCLUDE_FILTERS
|
String |
REMOTE_PATHS
|
String |
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
|
Öffentliche Konstruktoren | |
|---|---|
ResolvePartialDownload()
|
|
Geschützte Konstruktoren | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
Öffentliche Methoden | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
Gibt basierend auf der Anfrage ein |
String
|
getName()
Name des Features. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Konstanten
DESTINATION_DIR
public static final String DESTINATION_DIR
Konstanter Wert: "destination_dir"
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
Konstanter Wert: "exclude_filters"
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
Konstanter Wert: "include_filters"
REMOTE_PATHS
public static final String REMOTE_PATHS
Konstanter Wert: "remote_paths"
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Konstanter Wert: "resolvePartialDownload"
Öffentliche Konstruktoren
ResolvePartialDownload
public ResolvePartialDownload ()
Geschützte Konstruktoren
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parameter | |
|---|---|
resolver |
DynamicRemoteFileResolver |
Öffentliche Methoden
execute
public FeatureResponse execute (FeatureRequest request)
Gibt basierend auf der Anfrage ein FeatureResponse zurück.
| Parameter | |
|---|---|
request |
FeatureRequest |
| Returns | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Name des Features. Muss FeatureRequest.getName() entsprechen.
| Returns | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parameter | |
|---|---|
testInformation |
TestInformation |