CommandOptionsGetter
public
class
CommandOptionsGetter
extends Object
implements
IConfigurationReceiver,
IRemoteFeature
java.lang.Object | |
↳ | com.android.tradefed.config.filter.CommandOptionsGetter |
Phương thức triển khai dịch vụ trả về giá trị tuỳ chọn lệnh của một lệnh gọi nhất định. Tính năng này có thể được gia hạn trong tương lai để hỗ trợ nhiều tuỳ chọn hơn.
Tóm tắt
Trường | |
---|---|
public
static
final
String |
COMMAND_OPTIONS_GETTER
|
public
static
final
String |
OPTION_NAME
|
Hàm khởi tạo công khai | |
---|---|
CommandOptionsGetter()
|
Phương thức công khai | |
---|---|
FeatureResponse
|
execute(FeatureRequest request)
Trả về |
String
|
getName()
Tên tính năng. |
void
|
setConfiguration(IConfiguration configuration)
Chèn |
Trường
[.__]
public static final String COMMAND_OPTIONS_GETTER
TÊN_PHƯƠNG ÁN
public static final String OPTION_NAME
Hàm khởi tạo công khai
CommandOptionsGetter
public CommandOptionsGetter ()
Phương thức công khai
thực hiện
public FeatureResponse execute (FeatureRequest request)
Trả về FeatureResponse
dựa trên yêu cầu.
Tham số | |
---|---|
request |
FeatureRequest |
Giá trị trả về | |
---|---|
FeatureResponse |
getName
public String getName ()
Tên tính năng. Phải khớp với FeatureRequest#getName()
.
Giá trị trả về | |
---|---|
String |
Cấu hình đặt
public void setConfiguration (IConfiguration configuration)
Chèn IConfiguration
đang sử dụng.
Tham số | |
---|---|
configuration |
IConfiguration |