ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Menyelesaikan permintaan download sebagian.
Ringkasan
Konstanta | |
|---|---|
String |
DESTINATION_DIR
|
String |
EXCLUDE_FILTERS
|
String |
INCLUDE_FILTERS
|
String |
REMOTE_PATHS
|
String |
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
|
Konstruktor publik | |
|---|---|
ResolvePartialDownload()
|
|
Konstruktor yang dilindungi | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
Metode publik | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
Menampilkan |
String
|
getName()
Nama fitur. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Konstanta
DESTINATION_DIR
public static final String DESTINATION_DIR
Nilai Konstanta: "destination_dir"
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
Nilai Konstanta: "exclude_filters"
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
Nilai Konstanta: "include_filters"
REMOTE_PATHS
public static final String REMOTE_PATHS
Nilai Konstanta: "remote_paths"
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Nilai Konstanta: "resolvePartialDownload"
Konstruktor publik
ResolvePartialDownload
public ResolvePartialDownload ()
Konstruktor yang dilindungi
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parameter | |
|---|---|
resolver |
DynamicRemoteFileResolver |
Metode publik
mengeksekusi
public FeatureResponse execute (FeatureRequest request)
Menampilkan FeatureResponse berdasarkan permintaan.
| Parameter | |
|---|---|
request |
FeatureRequest |
| Hasil | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Nama fitur. Harus cocok dengan FeatureRequest.getName().
| Hasil | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parameter | |
|---|---|
testInformation |
TestInformation |