CompatHandler
public
class
CompatHandler
extends Object
implements
IModuleParameterHandler
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.params.CompatHandler |
Handler for ModuleParameters.COMPATIBILITY_MODE.
Summary
Public constructors | |
|---|---|
CompatHandler()
|
|
Public methods | |
|---|---|
void
|
applySetup(IConfiguration moduleConfiguration)
Apply to the module |
String
|
getParameterIdentifier()
Returns the name the parameterized module will be identified as. |
Public constructors
CompatHandler
public CompatHandler ()
Public methods
applySetup
public void applySetup (IConfiguration moduleConfiguration)
Apply to the module IConfiguration the parameter specific module setup. For example,
this could be extra options for the preparers or the tests.
| Parameters | |
|---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
Returns the name the parameterized module will be identified as.
| Returns | |
|---|---|
String |
|