IRUzaktan Özellik

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

Genel yöntemler

abstract FeatureResponse execute (FeatureRequest request)

İsteğe göre bir FeatureResponse döndürür.

abstract String getName ()

Özelliğin adı.

Genel yöntemler

uygulamak

public abstract FeatureResponse execute (FeatureRequest request)

İsteğe göre bir FeatureResponse döndürür.

Parametreler
request FeatureRequest

İadeler
FeatureResponse

getName

public abstract String getName ()

Özelliğin adı. FeatureRequest#getName() eşleşmelidir.

İadeler
String