public static interface ServiceRegistry.Filter
ServiceRegistry.getServiceProviders(Class, Filter,
boolean)| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(java.lang.Object provider)
Checks whether the specified service provider matches the
constraints of this Filter.
|
boolean filter(java.lang.Object provider)
provider - the service provider in question.true if provider matches the
criteria; false if it does not match.