org.osgi.framework
Class FrameworkUtil

java.lang.Object
  extended by org.osgi.framework.FrameworkUtil

public class FrameworkUtil
extends Object

Framework utility class that currently only provides public access to Filter instance creation. This class is a replacement for the version that ships with the standard OSGi JAR file.


Method Summary
static Filter createFilter(String filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFilter

public static Filter createFilter(String filter)
                           throws InvalidSyntaxException
Throws:
InvalidSyntaxException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.