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