解決部分下載
public class ResolvePartialDownload
extends Object
implements IRemoteFeature , ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
解決部分下載請求。
概括
領域 | |
---|---|
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
|
公共構造函數 | |
---|---|
ResolvePartialDownload () |
受保護的構造函數 | |
---|---|
ResolvePartialDownload ( DynamicRemoteFileResolver resolver) |
公共方法 | |
---|---|
FeatureResponse | execute (FeatureRequest request) 根據請求返回一個 |
String | getName () 特徵的名稱。 |
TestInformation | getTestInformation () |
void | setTestInformation ( TestInformation testInformation) |
領域
DESTINATION_DIR
public static final String DESTINATION_DIR
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
遠程路徑
public static final String REMOTE_PATHS
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
公共構造函數
解決部分下載
public ResolvePartialDownload ()
受保護的構造函數
解決部分下載
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
參數 | |
---|---|
resolver | DynamicRemoteFileResolver |
公共方法
執行
public FeatureResponse execute (FeatureRequest request)
根據請求返回一個FeatureResponse
。
參數 | |
---|---|
request | FeatureRequest |
退貨 | |
---|---|
FeatureResponse |
設置測試信息
public void setTestInformation (TestInformation testInformation)
參數 | |
---|---|
testInformation | TestInformation |