Class RuleUtil.RuleMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String rule  
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleMatcher​(java.lang.String rule)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.String eventSrcName)
      Does the event source name match?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rule

        private final java.lang.String rule
    • Constructor Detail

      • RuleMatcher

        RuleMatcher​(java.lang.String rule)
    • Method Detail

      • match

        public boolean match​(java.lang.String eventSrcName)
        Description copied from interface: RuleUtil.Matcher
        Does the event source name match?
        Specified by:
        match in interface RuleUtil.Matcher
        Parameters:
        eventSrcName - the event source name
        Returns:
        boolean