public final class PatternHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExcludePatternMatch(String key,
String... excludePatterns) |
static boolean |
matchPattern(String name,
String pattern)
Matches the name with the given pattern (case insensitive).
|
public static boolean matchPattern(String name, String pattern)
name - the namepattern - a pattern to matchApache Camel