Class RuleUtil.RuleMatcher
- java.lang.Object
-
- org.apache.maven.plugins.checkstyle.RuleUtil.RuleMatcher
-
- All Implemented Interfaces:
RuleUtil.Matcher
- Enclosing class:
- RuleUtil
private static class RuleUtil.RuleMatcher extends java.lang.Object implements RuleUtil.Matcher
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringrule
-
Constructor Summary
Constructors Constructor Description RuleMatcher(java.lang.String rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(java.lang.String eventSrcName)Does the event source name match?
-
-
-
Method Detail
-
match
public boolean match(java.lang.String eventSrcName)
Description copied from interface:RuleUtil.MatcherDoes the event source name match?- Specified by:
matchin interfaceRuleUtil.Matcher- Parameters:
eventSrcName- the event source name- Returns:
- boolean
-
-