org.osgi.framework
Class FrameworkUtil

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

public class FrameworkUtil
extends java.lang.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 org.osgi.framework.Filter createFilter(java.lang.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 org.osgi.framework.Filter createFilter(java.lang.String filter)
                                              throws org.osgi.framework.InvalidSyntaxException
Throws:
org.osgi.framework.InvalidSyntaxException


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.