ResolvePartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature, ITestInformationReceiver

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


Risolvere una richiesta di download parziale.

Riepilogo

Costanti

String DESTINATION_DIR

String EXCLUDE_FILTERS

String INCLUDE_FILTERS

String REMOTE_PATHS

String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Costruttori pubblici

ResolvePartialDownload()

Costruttori protetti

ResolvePartialDownload(DynamicRemoteFileResolver resolver)

Metodi pubblici

FeatureResponse execute(FeatureRequest request)

Restituisce un FeatureResponse in base alla richiesta.

String getName()

Nome della funzionalità.

TestInformation getTestInformation()
void setTestInformation(TestInformation testInformation)

Costanti

DESTINATION_DIR

public static final String DESTINATION_DIR

Constant Value: "destination_dir"

EXCLUDE_FILTERS

public static final String EXCLUDE_FILTERS

Valore costante: "exclude_filters"

INCLUDE_FILTERS

public static final String INCLUDE_FILTERS

Constant Value: "include_filters"

REMOTE_PATHS

public static final String REMOTE_PATHS

Valore costante: "remote_paths"

RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Constant Value: "resolvePartialDownload"

Costruttori pubblici

ResolvePartialDownload

public ResolvePartialDownload ()

Costruttori protetti

ResolvePartialDownload

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parametri
resolver DynamicRemoteFileResolver

Metodi pubblici

execute

public FeatureResponse execute (FeatureRequest request)

Restituisce un FeatureResponse in base alla richiesta.

Parametri
request FeatureRequest

Ritorni
FeatureResponse

getName

public String getName ()

Nome della funzionalità. Deve corrispondere a FeatureRequest.getName().

Ritorni
String

getTestInformation

public TestInformation getTestInformation ()

Ritorni
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parametri
testInformation TestInformation