解决部分下载

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