public final class PatternParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.regex.Pattern |
parseToPattern(java.lang.String strPattern)
Parses the given pattern string and converts it into a
Pattern instance. |
public static final java.util.regex.Pattern parseToPattern(java.lang.String strPattern) throws InvalidPatternException
Pattern
instance.strPattern
- The pattern string to parse.InvalidPatternException
- If the given string is not a valid pattern.Copyright 2017 Kieker Project, http://kieker-monitoring.net