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
IllegalArgumentException
public Filter(String filter) throws IllegalArgumentException
IllegalArgumentException
public boolean match(Dictionary<?,?> dict) throws Exception
Exception
Copyright © 2021 aQute SARL. All rights reserved.