public class Filter extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
match(Dictionary<?,?> dict) |
boolean |
matchMap(Map<?,?> dict) |
String |
toString() |
String |
verify() |
public Filter(String filter) throws IllegalArgumentException
IllegalArgumentException
public boolean match(Dictionary<?,?> dict)
public boolean matchMap(Map<?,?> dict)
public String verify()
Copyright © 2015 aQute SARL. All rights reserved.