public class WildcardMatch extends Object
| Constructor and Description |
|---|
WildcardMatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIgnoreCase() |
boolean |
isMatchSeparators() |
boolean |
match(String pattern,
String string) |
void |
setIgnoreCase(boolean newIgnoreCase) |
void |
setMatchSeparators(boolean newMatchSeparators) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.