ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Rozwiązywanie żądania częściowego pobierania.
Podsumowanie
Stałe | |
|---|---|
String |
DESTINATION_DIR
|
String |
EXCLUDE_FILTERS
|
String |
INCLUDE_FILTERS
|
String |
REMOTE_PATHS
|
String |
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
|
Publiczne konstruktory | |
|---|---|
ResolvePartialDownload()
|
|
Konstruktory chronione | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
Metody publiczne | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
Zwraca |
String
|
getName()
Nazwa funkcji. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Stałe
DESTINATION_DIR
public static final String DESTINATION_DIR
Stała wartość: „destination_dir”
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
Wartość stała: "exclude_filters"
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
Wartość stała: "include_filters"
REMOTE_PATHS
public static final String REMOTE_PATHS
Wartość stała: "remote_paths"
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Wartość stała: "resolvePartialDownload"
Publiczne konstruktory
ResolvePartialDownload
public ResolvePartialDownload ()
Konstruktory chronione
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parametry | |
|---|---|
resolver |
DynamicRemoteFileResolver |
Metody publiczne
execute
public FeatureResponse execute (FeatureRequest request)
Zwraca FeatureResponse na podstawie żądania.
| Parametry | |
|---|---|
request |
FeatureRequest |
| Zwroty | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Nazwa funkcji. Musi pasować do: FeatureRequest.getName().
| Zwroty | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parametry | |
|---|---|
testInformation |
TestInformation |