远程功能

public interface IRemoteFeature

com.android.tradefed.service.IRemoteFeature


描述 Tradefed 中可根据请求执行的功能的接口。

概括

公共方法

abstract FeatureResponse execute (FeatureRequest request)

根据请求返回一个FeatureResponse

abstract String getName ()

功能名称。

公共方法

执行

public abstract FeatureResponse execute (FeatureRequest request)

根据请求返回一个FeatureResponse

参数
request FeatureRequest

退货
FeatureResponse

获取名称

public abstract String getName ()

功能名称。必须匹配FeatureRequest#getName()

退货
String