public class StringShellFilter extends StringRegexpFilter
| Constructor and Description |
|---|
StringShellFilter(String pattern,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
shellMatches(String dosLikePattern,
String string) |
static String |
shellToRegexpPattern(String dosLikePattern) |
static String |
sqlToRegexpPattern(String dosLikePattern) |
acceptpublic StringShellFilter(String pattern, boolean caseSensitive)
Copyright © 2021 vpc open source initiative. All rights reserved.