CompatHandler
public
class
CompatHandler
extends Object
implements
IModuleParameterHandler
| java.lang.Object | |
| ↳ | com.android.tradefed.testtype.suite.params.CompatHandler |
Handler של ModuleParameters.COMPATIBILITY_MODE.
סיכום
constructors ציבוריים | |
|---|---|
CompatHandler()
|
|
methods ציבוריים | |
|---|---|
void
|
applySetup(IConfiguration moduleConfiguration)
החלת הפרמטר על הגדרת המודול הספציפית |
String
|
getParameterIdentifier()
הפונקציה מחזירה את השם שבו יזוהה המודול עם הפרמטרים. |
constructors ציבוריים
CompatHandler
public CompatHandler ()
methods ציבוריים
applySetup
public void applySetup (IConfiguration moduleConfiguration)
החלת הפרמטר על הגדרת המודול הספציפית IConfiguration. לדוגמה,
אלה יכולות להיות אפשרויות נוספות למכינים או לבדיקות.
| פרמטרים | |
|---|---|
moduleConfiguration |
IConfiguration |
getParameterIdentifier
public String getParameterIdentifier ()
הפונקציה מחזירה את השם שבו יזוהה המודול עם הפרמטרים.
| החזרות | |
|---|---|
String |
|