IRemote 功能

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

getName

public abstract String getName ()

功能名称。必须与“FeatureRequest#getName()”一致。

返回
String