InstantAppHandler
public
class
InstantAppHandler
extends Object
implements
IModuleParameterHandler
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.params.InstantAppHandler |
ModuleParameters.INSTANT_APP 的處理常式。
摘要
常數 | |
|---|---|
String |
INSTANT_APP_ID
|
公用建構函式 | |
|---|---|
InstantAppHandler()
|
|
公用方法 | |
|---|---|
void
|
applySetup(IConfiguration moduleConfiguration)
將參數套用至模組 |
String
|
getParameterIdentifier()
傳回參數化模組的識別名稱。 |
常數
INSTANT_APP_ID
public static final String INSTANT_APP_ID
常數值: "instant"
公用建構函式
InstantAppHandler
public InstantAppHandler ()
公用方法
applySetup
public void applySetup (IConfiguration moduleConfiguration)
將參數套用至模組 IConfiguration 的特定模組設定。例如,這可能是準備人員或測試的額外選項。
| 參數 | |
|---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
傳回參數化模組的識別名稱。
| 傳回 | |
|---|---|
String |
|