Class RuleUtil.ExtensionMatcher
java.lang.Object
org.apache.maven.plugins.checkstyle.RuleUtil.ExtensionMatcher
- All Implemented Interfaces:
RuleUtil.Matcher
- Enclosing class:
- RuleUtil
An extension does not start with Checkstyle package.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtensionMatcher
private ExtensionMatcher()
-
-
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
-