ResolvePartialDownload

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)

フィールド

DESTINATION_DIR(宛先ディレクトリ)

public static final String DESTINATION_DIR

除外フィルタ

public static final String EXCLUDE_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

パブリック コンストラクタ

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