ResolvePartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature, ITestInformationReceiver

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


Resuelve una solicitud de descarga parcial.

Resumen

Constantes

String DESTINATION_DIR

String EXCLUDE_FILTERS

String INCLUDE_FILTERS

String REMOTE_PATHS

String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Constructores públicos

ResolvePartialDownload()

Constructores protegidos

ResolvePartialDownload(DynamicRemoteFileResolver resolver)

Métodos públicos

FeatureResponse execute(FeatureRequest request)

Devuelve un FeatureResponse según la solicitud.

String getName()

Es el nombre de la función.

TestInformation getTestInformation()
void setTestInformation(TestInformation testInformation)

Constantes

DESTINATION_DIR

public static final String DESTINATION_DIR

Valor de la constante: "destination_dir"

EXCLUDE_FILTERS

public static final String EXCLUDE_FILTERS

Valor constante: "exclude_filters"

INCLUDE_FILTERS

public static final String INCLUDE_FILTERS

Valor de la constante: "include_filters"

REMOTE_PATHS

public static final String REMOTE_PATHS

Valor de la constante: "remote_paths"

RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Valor de la constante: "resolvePartialDownload"

Constructores públicos

ResolvePartialDownload

public ResolvePartialDownload ()

Constructores protegidos

ResolvePartialDownload

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parámetros
resolver DynamicRemoteFileResolver

Métodos públicos

ejecutar

public FeatureResponse execute (FeatureRequest request)

Devuelve un FeatureResponse según la solicitud.

Parámetros
request FeatureRequest

Muestra
FeatureResponse

getName

public String getName ()

Es el nombre de la función. Debe coincidir con FeatureRequest.getName().

Muestra
String

getTestInformation

public TestInformation getTestInformation ()

Muestra
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parámetros
testInformation TestInformation