ResolverDescarga Parcial

public class ResolvePartialDownload
extends Object implements IRemoteFeature , ITestInformationReceiver

java.lang.Objeto
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)

Devuelve una FeatureResponse basada en la solicitud.

String getName ()

Nombre de la característica.

TestInformation getTestInformation ()
void setTestInformation ( TestInformation testInformation)

Campos

DESTINO_DIR

public static final String DESTINATION_DIR

EXCLUDE_FILTERS

public static final String EXCLUDE_FILTERS

INCLUIR_FILTROS

public static final String INCLUDE_FILTERS

RUTAS_REMOTAS

public static final String REMOTE_PATHS

RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Constructores públicos

ResolverDescarga Parcial

public ResolvePartialDownload ()

Constructores protegidos

ResolverDescarga Parcial

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parámetros
resolver DynamicRemoteFileResolver

Métodos públicos

ejecutar

public FeatureResponse execute (FeatureRequest request)

Devuelve una FeatureResponse basada en la solicitud.

Parámetros
request FeatureRequest

Devoluciones
FeatureResponse

obtenerNombre

public String getName ()

Nombre de la característica. Debe coincidir con FeatureRequest#getName() .

Devoluciones
String

obtener información de prueba

public TestInformation getTestInformation ()

Devoluciones
TestInformation

establecer información de prueba

public void setTestInformation (TestInformation testInformation)

Parámetros
testInformation TestInformation