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)
将特定于参数的模块设置应用于模块 |
String
|
getParameterIdentifier()
返回参数化模块的标识名称。 |
公共构造函数
CompatHandler
public CompatHandler ()
公共方法
applySetup
public void applySetup (IConfiguration moduleConfiguration)
将特定于参数的模块设置应用于模块 IConfiguration。例如,
这可能是准备程序或测试的额外选项。
| 参数 | |
|---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
返回参数化模块的标识名称。
| 返回 | |
|---|---|
String |
|