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)

リクエストに基づいて FeatureResponse を返します。

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

パブリック メソッド

execute

public FeatureResponse execute (FeatureRequest request)

リクエストに基づいて FeatureResponse を返します。

パラメータ
request FeatureRequest

戻り値
FeatureResponse

getName

public String getName ()

機能の名前。FeatureRequest.getName() と一致する必要があります。

戻り値
String

getTestInformation

public TestInformation getTestInformation ()

戻り値
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメータ
testInformation TestInformation