InstantAppHandler

public class InstantAppHandler
extends Object implements IModuleParameterHandler

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


ModuleParameters#INSTANT_APP のハンドラ。

概要

フィールド

public static final String INSTANT_APP_ID

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

InstantAppHandler()

パブリック メソッド

void applySetup(IConfiguration moduleConfiguration)

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

String getParameterIdentifier()

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

フィールド

インスタント アプリ ID

public static final String INSTANT_APP_ID

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

InstantAppHandler

public InstantAppHandler ()

パブリック メソッド

applySetup

public void applySetup (IConfiguration moduleConfiguration)

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

パラメータ
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

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

戻り値
String