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 class
RuleUtil.ExtensionMatcher
An extension does not start with Checkstyle package.private static class
RuleUtil.PackageMatcher
private static class
RuleUtil.RuleMatcher
Methods 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 boolean
CheckstyleViolationCheckMojo. ignore(java.util.List<RuleUtil.Matcher> ignores, java.lang.String source)
-