ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
解決部分下載要求。
摘要
常數 | |
|---|---|
String |
DESTINATION_DIR
|
String |
EXCLUDE_FILTERS
|
String |
INCLUDE_FILTERS
|
String |
REMOTE_PATHS
|
String |
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
|
公用建構函式 | |
|---|---|
ResolvePartialDownload()
|
|
受保護的建構函式 | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
公用方法 | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
根據要求傳回 |
String
|
getName()
功能名稱。 |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
常數
DESTINATION_DIR
public static final String DESTINATION_DIR
常數值: "destination_dir"
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
常數值: "exclude_filters"
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
常數值: "include_filters"
REMOTE_PATHS
public static final String REMOTE_PATHS
常數值: "remote_paths"
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
常數值: "resolvePartialDownload"
公用建構函式
ResolvePartialDownload
public ResolvePartialDownload ()
受保護的建構函式
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| 參數 | |
|---|---|
resolver |
DynamicRemoteFileResolver |
公用方法
執行
public FeatureResponse execute (FeatureRequest request)
根據要求傳回 FeatureResponse。
| 參數 | |
|---|---|
request |
FeatureRequest |
| 傳回 | |
|---|---|
FeatureResponse |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| 參數 | |
|---|---|
testInformation |
TestInformation |