Class KiekerPatternUtil

java.lang.Object
kieker.monitoring.util.KiekerPatternUtil

public class KiekerPatternUtil
extends java.lang.Object
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 
    Constructor Description
    KiekerPatternUtil()  
  • Method Summary

    Modifier and Type Method Description
    static boolean classIsContained​(java.util.List<KiekerPattern> patternObjects, java.lang.String clazz)  
    static java.util.List<KiekerPattern> getPatterns​(java.lang.String instrumentables)  
    static boolean methodIsContained​(java.util.List<KiekerPattern> patternObjects, java.lang.String signature)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait