FoldableHandler

public class FoldableHandler
extends Object implements IModuleParameterHandler

java.lang.Object
   ↳ com.android.tradefed.testtype.suite.params.FoldableHandler


折りたたみ式デバイスのパラメータを受け取って専用のモジュールを作成できる汎用的な折りたたみ式ハンドラ。

概要

パブリック コンストラクタ

FoldableHandler(String stateName, long identifier)

パブリック メソッド

void addParameterSpecificConfig(IConfiguration moduleConfiguration)

パラメータ固有のニーズに応じて IConfiguration に追加します。

void applySetup(IConfiguration moduleConfiguration)

パラメータ固有のモジュール設定をモジュール IConfiguration に適用します。

String getParameterIdentifier()

パラメータ化されたモジュールを識別する名前を返します。

パブリック コンストラクタ

FoldableHandler

public FoldableHandler (String stateName, 
                long identifier)

パラメータ
stateName String

identifier long

パブリック メソッド

addParameterSpecificConfig

public void addParameterSpecificConfig (IConfiguration moduleConfiguration)

パラメータ固有のニーズに応じて IConfiguration に追加します。たとえば、 構成からターゲット作成ツールを削除します。

パラメータ
moduleConfiguration IConfiguration: モジュールの IConfiguration

applySetup

public void applySetup (IConfiguration moduleConfiguration)

パラメータ固有のモジュール設定をモジュール IConfiguration に適用します。たとえば 作成ツールやテストの追加オプションにできます。

パラメータ
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

パラメータ化されたモジュールを識別する名前を返します。

戻り値
String