aQute.lib.filter
Class Filter

java.lang.Object
  extended by aQute.lib.filter.Filter

public class Filter
extends Object


Constructor Summary
Filter(String filter)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 boolean match(Dictionary<?,?> dict)
           
 String toString()
           
 String verify()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Filter

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

match

public boolean match(Dictionary<?,?> dict)

verify

public String verify()

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 © 2012 aQute SARL. All Rights Reserved.