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