|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.core.signaturePattern.PatternParser
public final class PatternParser
Method Summary | |
---|---|
static Pattern |
parseToPattern(String strPattern)
Parses the given pattern string and converts it into a Pattern instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final Pattern parseToPattern(String strPattern) throws InvalidPatternException
Pattern
instance.
strPattern
- The pattern string to parse.
InvalidPatternException
- If the given string is not a valid pattern.
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |