ResolvePartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature , ITestInformationReceiver

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


Lösen Sie eine teilweise Download-Anfrage.

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 Bauträger

ResolvePartialDownload ()

Geschützte Konstrukteure

ResolvePartialDownload ( DynamicRemoteFileResolver resolver)

Öffentliche Methoden

FeatureResponse execute (FeatureRequest request)

Gibt eine FeatureResponse basierend auf der Anfrage zurück.

String getName ()

Name der Funktion.

TestInformation getTestInformation ()
void setTestInformation ( TestInformation testInformation)

Felder

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

Öffentliche Bauträger

ResolvePartialDownload

public ResolvePartialDownload ()

Geschützte Konstrukteure

ResolvePartialDownload

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parameter
resolver DynamicRemoteFileResolver

Öffentliche Methoden

ausführen

public FeatureResponse execute (FeatureRequest request)

Gibt eine FeatureResponse basierend auf der Anfrage zurück.

Parameter
request FeatureRequest

Kehrt zurück
FeatureResponse

getName

public String getName ()

Name der Funktion. Muss mit FeatureRequest#getName() übereinstimmen.

Kehrt zurück
String

getTestInformation

public TestInformation getTestInformation ()

Kehrt zurück
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parameter
testInformation TestInformation