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) Bir döndürür |
abstract String | getName () Özelliğin adı. |
Genel yöntemler
uygulamak
public abstract FeatureResponse execute (FeatureRequest request)
Bir döndürür FeatureResponse
talebine dayalı.
parametreler | |
---|---|
request | FeatureRequest |
İadeler | |
---|---|
FeatureResponse |
getName
public abstract String getName ()
Özelliğin adı. Eşleşmelidir FeatureRequest#getName()
.
İadeler | |
---|---|
String |