IRemoteFeature
public
interface
IRemoteFeature
| com.android.tradefed.service.IRemoteFeature |
用于描述 Tradefed 中可根据请求执行的功能的接口。
摘要
公共方法 | |
|---|---|
abstract
FeatureResponse
|
execute(FeatureRequest request)
根据请求返回 |
abstract
String
|
getName()
地图项的名称。 |
公共方法
execute
public abstract FeatureResponse execute (FeatureRequest request)
根据请求返回 FeatureResponse。
| 参数 | |
|---|---|
request |
FeatureRequest |
| 返回 | |
|---|---|
FeatureResponse |
|