ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Teilweise Downloadanfrage bearbeiten
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 Konstruktoren | |
|---|---|
ResolvePartialDownload()
|
|
Geschützte Konstrukteure | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
Öffentliche Methoden | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
Gibt basierend auf der Anfrage eine |
String
|
getName()
Name der Funktion. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Felder
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
Öffentliche Konstruktoren
ResolvePartialDownload
public ResolvePartialDownload ()
Geschützte Konstrukteure
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parameter | |
|---|---|
resolver |
DynamicRemoteFileResolver |
Öffentliche Methoden
execute
public FeatureResponse execute (FeatureRequest request)
Gibt basierend auf der Anfrage eine FeatureResponse zurück.
| Parameter | |
|---|---|
request |
FeatureRequest |
| Returns | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Name der Funktion. Muss mit FeatureRequest.getName() übereinstimmen.
| Returns | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parameter | |
|---|---|
testInformation |
TestInformation |