org.osgi.framework
public class FrameworkUtil extends Object
This class contains utility methods which access Framework functions that may be useful to bundles.
Since: 1.3
Version: $Revision: 1.10 $
UNKNOWN:
| Method Summary | |
|---|---|
| static Filter | createFilter(String filter)
Creates a Filter object. |
Filter object. This Filter object
may be used to match a ServiceReference object or a
Dictionary object.
If the filter cannot be parsed, an InvalidSyntaxException will be thrown with a human readable message where the filter became unparsable.
Parameters: filter The filter string.
Returns: A Filter object encapsulating the filter string.
Throws: InvalidSyntaxException If filter contains an
invalid filter string that cannot be parsed. NullPointerException If filter is null.
See Also: Filter