ResolvePartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature , ITestInformationReceiver

java.lang.オブジェクト
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

EXCLUDE_FILTERS

public static final String EXCLUDE_FILTERS

インクルード_フィルター

public static final String INCLUDE_FILTERS

REMOTE_PATHS

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

パブリックメソッド

実行する

public FeatureResponse execute (FeatureRequest request)

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

パラメーター
request FeatureRequest

戻り値
FeatureResponse

getName

public String getName ()

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

戻り値
String

テスト情報の取得

public TestInformation getTestInformation ()

戻り値
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

パラメーター
testInformation TestInformation