ResolvePartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature, ITestInformationReceiver

java.lang.Object
😎 com.android.tradefed.testtype.suite.ResolvePartialDownload


Eine teilweise Downloadanfrage lösen

Zusammenfassung

Felder

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

Öffentliche Konstruktoren

ResolvePartialDownload()

Geschützte Konstruktoren

ResolvePartialDownload(DynamicRemoteFileResolver resolver)

Öffentliche Methoden

FeatureResponse execute(FeatureRequest request)

Gibt basierend auf der Anfrage ein FeatureResponse zurück.

String getName()

Name des Elements.

TestInformation getTestInformation()
void setTestInformation(TestInformation testInformation)

Felder

ZIEL_DIR

public static final String DESTINATION_DIR

FILTER_AUSSCHLIESSEN

public static final String EXCLUDE_FILTERS

FILTER_EINHALTEN

public static final String INCLUDE_FILTERS

REMOTE_PATHS

public static final String REMOTE_PATHS

TEILNEHMER_RESOLVE_DOWNLOAD_FEATURE_NAME

public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Öffentliche Konstruktoren

ResolvePartialDownload

public ResolvePartialDownload ()

Geschützte Konstruktoren

ResolvePartialDownload

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parameter
resolver DynamicRemoteFileResolver

Öffentliche Methoden

ausführen

public FeatureResponse execute (FeatureRequest request)

Gibt basierend auf der Anfrage ein FeatureResponse zurück.

Parameter
request FeatureRequest

Returns
FeatureResponse

getName

public String getName ()

Name des Elements. Muss mit FeatureRequest#getName() übereinstimmen.

Returns
String

getTestInformation

public TestInformation getTestInformation ()

Returns
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parameter
testInformation TestInformation