CompatHandler

public class CompatHandler
extends Object implements IModuleParameterHandler

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


ModuleParameters.COMPATIBILITY_MODE 的處理常式。

摘要

公用建構函式

CompatHandler()

公用方法

void applySetup(IConfiguration moduleConfiguration)

將參數套用至模組 IConfiguration 特定模組設定。

String getParameterIdentifier()

傳回參數化模組的識別名稱。

公用建構函式

CompatHandler

public CompatHandler ()

公用方法

applySetup

public void applySetup (IConfiguration moduleConfiguration)

將參數套用至模組 IConfiguration,設定特定模組。例如,這可能是準備人員或測試的額外選項。

參數
moduleConfiguration IConfiguration

getParameterIdentifier

public String getParameterIdentifier ()

傳回參數化模組的識別名稱。

傳回
String