Uzaktan Özellik

public interface IRemoteFeature

com.android.tradefed.service.IRUzaktan Özellik


Tradefed'de isteğe bağlı olarak çalıştırılabilen 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() ile eşleşmelidir.

İadeler
String