GlobalFilterGetter
public class GlobalFilterGetter
extends Object
implements IRemoteFeature , IConfigurationReceiver
java.lang.Object | |
↳ | com.android.tradefed.config.filter.GlobalFilterGetter |
Belirli bir çağrının filtrelerini döndüren hizmet uygulaması.
Özet
alanlar | |
---|---|
public static final String | GLOBAL_FILTER_GETTER
|
kamu inşaatçılar | |
---|---|
GlobalFilterGetter () |
Genel yöntemler | |
---|---|
FeatureResponse | execute (FeatureRequest request) İsteğe bağlı olarak bir |
String | getName () Özelliğin adı. |
void | setConfiguration ( IConfiguration configuration) Kullanımdaki |
alanlar
GLOBAL_FILTER_GETTER
public static final String GLOBAL_FILTER_GETTER
kamu inşaatçılar
GlobalFilterGetter
public GlobalFilterGetter ()
Genel yöntemler
uygulamak
public FeatureResponse execute (FeatureRequest request)
İsteğe bağlı olarak bir FeatureResponse
döndürür.
parametreler | |
---|---|
request | FeatureRequest |
İadeler | |
---|---|
FeatureResponse |
getName
public String getName ()
Özelliğin adı. FeatureRequest#getName()
eşleşmelidir.
İadeler | |
---|---|
String |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Kullanımdaki IConfiguration
enjekte eder.
parametreler | |
---|---|
configuration | IConfiguration |