ResolvePartialDownload
public class ResolvePartialDownload
extends Object
implements IRemoteFeature , ITestInformationReceiver
java.lang.Object | |
↳ | com.android.tradefed.testtype.suite.ResolvePartialDownload |
Giải quyết một phần yêu cầu tải xuống.
Bản tóm tắt
Lĩnh vực | |
---|---|
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
|
Các nhà xây dựng công cộng | |
---|---|
ResolvePartialDownload () |
Các trình xây dựng được bảo vệ | |
---|---|
ResolvePartialDownload ( DynamicRemoteFileResolver resolver) |
Phương pháp công khai | |
---|---|
FeatureResponse | execute (FeatureRequest request) Trả về một |
String | getName () Tên của đối tượng địa lý. |
TestInformation | getTestInformation () |
void | setTestInformation ( TestInformation testInformation) |
Lĩnh vực
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
Các nhà xây dựng công cộng
ResolvePartialDownload
public ResolvePartialDownload ()
Các trình xây dựng được bảo vệ
ResolvePartialDownload
protected ResolvePartialDownload (DynamicRemoteFileResolver resolver)
Thông số | |
---|---|
resolver | DynamicRemoteFileResolver |
Phương pháp công khai
hành hình
public FeatureResponse execute (FeatureRequest request)
Trả về một FeatureResponse
dựa trên yêu cầu.
Thông số | |
---|---|
request | FeatureRequest |
Lợi nhuận | |
---|---|
FeatureResponse |
getName
public String getName ()
Tên của đối tượng địa lý. Phải khớp với FeatureRequest#getName()
.
Lợi nhuận | |
---|---|
String |
setTestInformation
public void setTestInformation (TestInformation testInformation)
Thông số | |
---|---|
testInformation | TestInformation |