RisolviDownloadPartial
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
java.lang.Object | |
🎞 | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Risolvi una richiesta di download parziale.
Riepilogo
Campi | |
---|---|
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
|
Costruttori pubblici | |
---|---|
ResolvePartialDownload()
|
Costruttori protetti | |
---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
Metodi pubblici | |
---|---|
FeatureResponse
|
execute(FeatureRequest request)
Restituisce un valore |
String
|
getName()
Nome dell'elemento. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Campi
DIR_DESTINAZIONE
public static final String DESTINATION_DIR
ESCLUDI_FILTRI
public static final String EXCLUDE_FILTERS
INCLUDI_FILTRI
public static final String INCLUDE_FILTERS
PERCORSI_remoti
public static final String REMOTE_PATHS
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Costruttori pubblici
RisolviDownloadPartial
public ResolvePartialDownload ()
Costruttori protetti
RisolviDownloadPartial
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
Parametri | |
---|---|
resolver |
DynamicRemoteFileResolver |
Metodi pubblici
eseguire
public FeatureResponse execute (FeatureRequest request)
Restituisce un valore FeatureResponse
in base alla richiesta.
Parametri | |
---|---|
request |
FeatureRequest |
Ritorni | |
---|---|
FeatureResponse |
getName
public String getName ()
Nome dell'elemento. Deve corrispondere a FeatureRequest#getName()
.
Ritorni | |
---|---|
String |
setTestInformation
public void setTestInformation (TestInformation testInformation)
Parametri | |
---|---|
testInformation |
TestInformation |