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

Constant Value: "exclude_filters"

INCLUDE_FILTERS

public static final String INCLUDE_FILTERS

Constant Value: "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

Constant Value: "resolvePartialDownload"

الإنشاءات العامة

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

getTestInformation

public TestInformation getTestInformation ()

المرتجعات
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

المعلمات
testInformation TestInformation