Package kieker.monitoring.util
Class KiekerPatternUtil
java.lang.Object
kieker.monitoring.util.KiekerPatternUtil
Utility class for checking whether something should be monitored or not (which is specified by a semicolon separated list of kieker patterns).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanclassIsContained(List<KiekerPattern> patternObjects, String clazz) static List<KiekerPattern>getPatterns(String instrumentables) static booleanmethodIsContained(List<KiekerPattern> patternObjects, String signature)
-
Constructor Details
-
KiekerPatternUtil
public KiekerPatternUtil()
-
-
Method Details
-
getPatterns
-
classIsContained
-
methodIsContained
-