| Modifier and Type | Field and Description |
|---|---|
static Filter |
INSTANCE
Singleton instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(Dictionary dictionary)
Filter using a
Dictionary with case insensitive key lookup. |
boolean |
match(ServiceReference<?> reference)
Filter using a service's properties.
|
boolean |
matchCase(Dictionary dictionary)
Filter using a
Dictionary. |
boolean |
matches(Map<String,?> map)
Filter using a
Map. |
public static final Filter INSTANCE
public boolean match(Dictionary dictionary)
FilterDictionary with case insensitive key lookup. This
Filter is executed using the specified Dictionary's keys
and values. The keys are looked up in a case insensitive manner.public boolean match(ServiceReference<?> reference)
Filter
This Filter is executed using the keys and values of the
referenced service's properties. The keys are looked up in a case
insensitive manner.
public boolean matchCase(Dictionary dictionary)
FilterDictionary. This Filter is executed using
the specified Dictionary's keys and values. The keys are looked
up in a normal manner respecting case.Copyright © 2014 JBoss by Red Hat. All rights reserved.