解決部分ダウンロード

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

EXCLUDE_FILTERS

public static final String EXCLUDE_FILTERS

INCLUDE_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

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

解決部分ダウンロード

public ResolvePartialDownload ()

保護されたコンストラクター

解決部分ダウンロード

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

パラメーター
resolver DynamicRemoteFileResolver

公開メソッド

実行する

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