ResolvePartialDownload

public class ResolvePartialDownload
extends Object implements IRemoteFeature, ITestInformationReceiver

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


Resolver uma solicitação de download parcial.

Resumo

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

Construtores públicos

ResolvePartialDownload()

Construtores protegidos

ResolvePartialDownload(DynamicRemoteFileResolver resolver)

Métodos públicos

FeatureResponse execute(FeatureRequest request)

Retorna um FeatureResponse com base na solicitação.

String getName()

Nome do recurso.

TestInformation getTestInformation()
void setTestInformation(TestInformation testInformation)

Campos

DIREITO DE DESTINO

public static final String DESTINATION_DIR

EXCLUIR_FILTROS

public static final String EXCLUDE_FILTERS

INCLUIR_FILTROS

public static final String INCLUDE_FILTERS

CAMINHOS REMOTOS

public static final String REMOTE_PATHS

RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME

Construtores públicos

ResolvePartialDownload

public ResolvePartialDownload ()

Construtores protegidos

ResolvePartialDownload

protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)

Parâmetros
resolver DynamicRemoteFileResolver

Métodos públicos

executar

public FeatureResponse execute (FeatureRequest request)

Retorna um FeatureResponse com base na solicitação.

Parâmetros
request FeatureRequest

Retorna
FeatureResponse

getName

public String getName ()

Nome do recurso. Precisa corresponder a FeatureRequest#getName().

Retorna
String

getTestInformation

public TestInformation getTestInformation ()

Retorna
TestInformation

setTestInformation

public void setTestInformation (TestInformation testInformation)

Parâmetros
testInformation TestInformation