Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
-
Packages that use CustomImportOrderCheck.RuleMatchForImport Package Description com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution. -
-
Uses of CustomImportOrderCheck.RuleMatchForImport in com.puppycrawl.tools.checkstyle.checks.imports
Methods in com.puppycrawl.tools.checkstyle.checks.imports that return CustomImportOrderCheck.RuleMatchForImport Modifier and Type Method Description private 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.Methods in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type CustomImportOrderCheck.RuleMatchForImport Modifier and Type Method Description private 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.
-