Uses of Interface
org.apache.maven.plugins.checkstyle.RuleUtil.Matcher
-
Packages that use RuleUtil.Matcher Package Description org.apache.maven.plugins.checkstyle -
-
Uses of RuleUtil.Matcher in org.apache.maven.plugins.checkstyle
Classes in org.apache.maven.plugins.checkstyle that implement RuleUtil.Matcher Modifier and Type Class Description private static classRuleUtil.ExtensionMatcherAn extension does not start with Checkstyle package.private static classRuleUtil.PackageMatcherprivate static classRuleUtil.RuleMatcherMethods in org.apache.maven.plugins.checkstyle that return types with arguments of type RuleUtil.Matcher Modifier and Type Method Description static java.util.List<RuleUtil.Matcher>RuleUtil. parseMatchers(java.lang.String[] specs)Method parameters in org.apache.maven.plugins.checkstyle with type arguments of type RuleUtil.Matcher Modifier and Type Method Description private booleanCheckstyleViolationCheckMojo. ignore(java.util.List<RuleUtil.Matcher> ignores, java.lang.String source)
-