org.osgi.impl.bundle.obr.resource
Class FilterImpl

java.lang.Object
  extended by org.osgi.impl.bundle.obr.resource.FilterImpl

public class FilterImpl
extends Object


Constructor Summary
FilterImpl(String filter)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean match(Map dict)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterImpl

public FilterImpl(String filter)
           throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

match

public boolean match(Map dict)

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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