Interface RuleUtil.Matcher
-
- All Known Implementing Classes:
RuleUtil.ExtensionMatcher,RuleUtil.PackageMatcher,RuleUtil.RuleMatcher
- Enclosing class:
- RuleUtil
public static interface RuleUtil.MatcherAudit event source name matcher.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatch(java.lang.String eventSrcName)Does the event source name match?
-