org.apache.aries.application.utils
Class FilterUtils

java.lang.Object
  extended by org.apache.aries.application.utils.FilterUtils

public class FilterUtils
extends Object


Constructor Summary
FilterUtils()
           
 
Method Summary
static String removeMandatoryFilterToken(String filter)
          Filters we generate may contain stanzas like (mandatory:<*symbolicname) These are for OBR, and are not OSGi friendly!!! This method removes them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterUtils

public FilterUtils()
Method Detail

removeMandatoryFilterToken

public static String removeMandatoryFilterToken(String filter)
Filters we generate may contain stanzas like (mandatory:<*symbolicname) These are for OBR, and are not OSGi friendly!!! This method removes them.

Parameters:
filter -
Returns:
A filter with the mandatory stanzas removed or null if a null filter is supplied


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