IModuleParameterHandler
public interface IModuleParameterHandler
com.android.tradefed.testtype.suite.params.IModuleParameterHandler |
הממשק לפרמטרים של מודולי סוויטות.
סיכום
שיטות ציבוריות | |
---|---|
default void | addParameterSpecificConfig ( IConfiguration moduleConfiguration) מוסיף |
abstract void | applySetup ( IConfiguration moduleConfiguration) החל למודול |
abstract String | getParameterIdentifier () מחזירה את השם שמודול הפרמטרים יזוהה בשם. |
שיטות ציבוריות
addParameterSpecificConfig
public void addParameterSpecificConfig (IConfiguration moduleConfiguration)
מוסיף IConfiguration
עם הצרכים הספציפיים פרמטר. לדוגמה, הכנס או הסר מכיני יעד מהתצורה.
פרמטרים | |
---|---|
moduleConfiguration | IConfiguration |
ApplySetup
public abstract void applySetup (IConfiguration moduleConfiguration)
החל למודול IConfiguration
ההתקנה מודול ספציפי פרמטר. לדוגמה, זה יכול להיות אפשרויות נוספות עבור המכינים או הבדיקות.
פרמטרים | |
---|---|
moduleConfiguration | IConfiguration |
getParameterIdentifier
public abstract String getParameterIdentifier ()
מחזירה את השם שמודול הפרמטרים יזוהה בשם.
החזרות | |
---|---|
String |