ResolverPartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature, ITestInformationReceiver

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


Resolver una solicitud de descarga parcial

Resumen

Campos

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

Constructores públicos

ResolvePartialDownload()

Constructores protegidos

ResolvePartialDownload(DynamicRemoteFileResolver resolver)

Métodos públicos

FeatureResponse execute(FeatureRequest request)

Muestra un FeatureResponse basado en la solicitud.

String getName()

Es el nombre de la función.

TestInformation getTestInformation()
void setTestInformation(TestInformation testInformation)

Campos

DIR_DESTINO

public static final String DESTINATION_DIR

EXCLUIR_FILTROS

public static final String EXCLUDE_FILTERS

INCLUIR FILTROS

public static final String INCLUDE_FILTERS

RUTAS_DE_REMOTO

public static final String REMOTE_PATHS

RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Constructores públicos

ResolverPartialDownload

public ResolvePartialDownload ()

Constructores protegidos

ResolverPartialDownload

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parámetros
resolver DynamicRemoteFileResolver

Métodos públicos

ejecutar

public FeatureResponse execute (FeatureRequest request)

Muestra un FeatureResponse basado en 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

ObtenerInformaciónDePrueba

public TestInformation getTestInformation ()

Muestra
TestInformation

SetTestInformation

public void setTestInformation (TestInformation testInformation)

Parámetros
testInformation TestInformation