IRemoteFeature
public
interface
IRemoteFeature
| com.android.tradefed.service.IRemoteFeature |
Interfejs opisujący funkcję w Tradefed, która może być wykonana na podstawie żądania.
Podsumowanie
Metody publiczne | |
|---|---|
abstract
FeatureResponse
|
execute(FeatureRequest request)
Zwraca |
abstract
String
|
getName()
Nazwa funkcji. |
Metody publiczne
wykonać
public abstract FeatureResponse execute (FeatureRequest request)
Zwraca FeatureResponse na podstawie żądania.
| Parametry | |
|---|---|
request |
FeatureRequest |
| Zwroty | |
|---|---|
FeatureResponse |
|
getName
public abstract String getName ()
Nazwa funkcji. Musi być takie samo jak FeatureRequest.getName().
| Zwroty | |
|---|---|
String |
|