public interface Filters
| Modifier and Type | Field and Description |
|---|---|
static org.osgi.framework.Filter |
TRUE_FILTER
A null filter object that matches any given service reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Filter |
createFilter(String filter)
Create a filter for the given filter string or return the TRUE_FILTER in case
the string is null.
|
static final org.osgi.framework.Filter TRUE_FILTER
org.osgi.framework.Filter createFilter(String filter) throws org.osgi.framework.InvalidSyntaxException
filter - The filter as a stringorg.osgi.framework.InvalidSyntaxException - if BundleContext.createFilter()
throws an InvalidSyntaxExceptionCopyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.