Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of CustomImportOrderCheck.RuleMatchForImport in com.puppycrawl.tools.checkstyle.checks.imports
Modifier and TypeMethodDescriptionprivate static CustomImportOrderCheck.RuleMatchForImport
CustomImportOrderCheck.findBetterPatternMatch
(String importPath, String group, Pattern regExp, CustomImportOrderCheck.RuleMatchForImport currentBestMatch) Tries to find better matching regular expression: longer matching substring wins; in case of the same length, lower position of matching substring wins.Modifier and TypeMethodDescriptionprivate static CustomImportOrderCheck.RuleMatchForImport
CustomImportOrderCheck.findBetterPatternMatch
(String importPath, String group, Pattern regExp, CustomImportOrderCheck.RuleMatchForImport currentBestMatch) Tries to find better matching regular expression: longer matching substring wins; in case of the same length, lower position of matching substring wins.