ResolvePartialDownload
public
class
ResolvePartialDownload
extends Object
implements
IRemoteFeature,
ITestInformationReceiver
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Menyelesaikan permintaan download sebagian.
Ringkasan
Kolom | |
|---|---|
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
|
Konstruktor publik | |
|---|---|
ResolvePartialDownload()
|
|
Konstruktor yang dilindungi | |
|---|---|
ResolvePartialDownload(DynamicRemoteFileResolver resolver)
|
|
Metode publik | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
Menampilkan |
String
|
getName()
Nama fitur. |
TestInformation
|
getTestInformation()
|
void
|
setTestInformation(TestInformation testInformation)
|
Kolom
DESTINATION_DIR
public static final String DESTINATION_DIR
EXCLUDE_FILTERS
public static final String EXCLUDE_FILTERS
INCLUDE_FILTERS
public static final String INCLUDE_FILTERS
REMOTE_PATHS
public static final String REMOTE_PATHS
RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
public static final String RESOLVE_PARTIAL_DOWNLOAD_FEATURE_NAME
Konstruktor publik
ResolvePartialDownload
public ResolvePartialDownload ()
Konstruktor yang dilindungi
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
| Parameter | |
|---|---|
resolver |
DynamicRemoteFileResolver |
Metode publik
execute
public FeatureResponse execute (FeatureRequest request)
Menampilkan FeatureResponse berdasarkan permintaan.
| Parameter | |
|---|---|
request |
FeatureRequest |
| Hasil | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
Nama fitur. Harus cocok dengan FeatureRequest.getName().
| Hasil | |
|---|---|
String |
|
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parameter | |
|---|---|
testInformation |
TestInformation |