Class RuleUtil.RuleMatcher
java.lang.Object
org.apache.maven.plugins.checkstyle.RuleUtil.RuleMatcher
- All Implemented Interfaces:
RuleUtil.Matcher
- Enclosing class:
- RuleUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rule
-
-
Constructor Details
-
RuleMatcher
RuleMatcher(String rule)
-
-
Method Details
-
match
Description copied from interface:RuleUtil.Matcher
Does the event source name match?- Specified by:
match
in interfaceRuleUtil.Matcher
- Parameters:
eventSrcName
- the event source name- Returns:
- boolean
-