ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Rozpatrywanie żądania częściowego pobrania.
Podsumowanie
Fieldsem | |
|---|---|
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
|
Konstruktory publiczne | |
|---|---|
ResolvePartialDownload()
|
|
Chronione konstruktory | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
Metody publiczne | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
Zwraca |
String
|
getName()
Nazwa funkcji. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Fieldsem
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
Konstruktory publiczne
ResolvePartialDownload
public ResolvePartialDownload ()
Chronione konstruktory
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parametry | |
|---|---|
resolver |
DynamicRemoteFileResolver |
Metody publiczne
wykonać
public FeatureResponse execute (FeatureRequest request)
Zwraca FeatureResponse na podstawie żądania.
| Parametry | |
|---|---|
request |
FeatureRequest |
| Zwroty | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Nazwa funkcji. Musi być takie samo jak FeatureRequest.getName().
| Zwroty | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parametry | |
|---|---|
testInformation |
TestInformation |