IRemoteFeature

public interface IRemoteFeature

com.android.tradefed.service.IRemoteFeature


ממשק המתאר תכונה ב-Tradefed שניתן להפעיל בהתבסס על הבקשה.

סיכום

שיטות ציבוריות

abstract FeatureResponse execute (FeatureRequest request)

מחזירה FeatureResponse על סמך הבקשה.

abstract String getName ()

שם התכונה.

שיטות ציבוריות

לבצע

public abstract FeatureResponse execute (FeatureRequest request)

מחזירה FeatureResponse על סמך הבקשה.

פרמטרים
request FeatureRequest

החזרות
FeatureResponse

getName

public abstract String getName ()

שם התכונה. חייב להתאים FeatureRequest#getName() .

החזרות
String