IRemoteFeature

public interface IRemoteFeature

com.android.tradefed.service.IRemoteFeature


リクエストに基づいて実行できる Tradefed の機能を記述するインターフェース。

概要

パブリック メソッド

abstract FeatureResponse execute(FeatureRequest request)

リクエストに基づいて FeatureResponse を返します。

abstract String getName()

特徴の名前。

パブリック メソッド

execute

public abstract FeatureResponse execute (FeatureRequest request)

リクエストに基づいて FeatureResponse を返します。

パラメータ
request FeatureRequest

戻り値
FeatureResponse

getName

public abstract String getName ()

機能の名前。FeatureRequest#getName() と一致する必要があります。

戻り値
String