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