Funzione IRemote
public
interface
IRemoteFeature
com.android.tradefed.service.IRemoteFeature |
Interfaccia che descrive una funzionalità di Tradefed che può essere eseguita in base alla richiesta.
Riepilogo
Metodi pubblici | |
---|---|
abstract
FeatureResponse
|
execute(FeatureRequest request)
Restituisce un valore |
abstract
String
|
getName()
Nome dell'elemento. |
Metodi pubblici
eseguire
public abstract FeatureResponse execute (FeatureRequest request)
Restituisce un valore FeatureResponse
in base alla richiesta.
Parametri | |
---|---|
request |
FeatureRequest |
Ritorni | |
---|---|
FeatureResponse |
getName
public abstract String getName ()
Nome dell'elemento. Deve corrispondere a FeatureRequest#getName()
.
Ritorni | |
---|---|
String |