解決部分下載

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)

根據請求返回一個FeatureResponse

String getName ()

功能名稱。

TestInformation getTestInformation ()
void setTestInformation ( TestInformation testInformation)

領域

目的地_目錄

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 String getName ()

功能名稱。必須符合FeatureRequest#getName()

退貨
String

獲取測試訊息

public TestInformation getTestInformation ()

退貨
TestInformation

設定測試訊息

public void setTestInformation (TestInformation testInformation)

參數
testInformation TestInformation