IRemoteFeature
public
interface
IRemoteFeature
| com.android.tradefed.service.IRemoteFeature |
Tradefed'de isteğe bağlı olarak yürütülebilecek bir özelliği açıklayan arayüz.
Özet
Herkese açık yöntemler | |
|---|---|
abstract
FeatureResponse
|
execute(FeatureRequest request)
İsteğe göre bir |
abstract
String
|
getName()
Özelliğin adı. |
Herkese açık yöntemler
execute
public abstract FeatureResponse execute (FeatureRequest request)
İsteğe göre bir FeatureResponse döndürür.
| Parametreler | |
|---|---|
request |
FeatureRequest |
| İlerlemeler | |
|---|---|
FeatureResponse |
|
getName
public abstract String getName ()
Özelliğin adı. FeatureRequest.getName() ile eşleşmelidir.
| İlerlemeler | |
|---|---|
String |
|