Class PatternParser
java.lang.Object
kieker.monitoring.core.signaturePattern.PatternParser
- Since:
- 1.6
- Author:
- Bjoern Weissenfels, Jan Waller
-
Method Summary
Modifier and TypeMethodDescriptionstatic PatternparseToPattern(String strPattern) Parses the given pattern string and converts it into aPatterninstance.
-
Method Details
-
parseToPattern
Parses the given pattern string and converts it into aPatterninstance.- Parameters:
strPattern- The pattern string to parse.- Returns:
- A corresponding pattern to the given string.
- Throws:
InvalidPatternException- If the given string is not a valid pattern.
-