Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck.RuleMatchForImport
Packages that use 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
Methods in com.puppycrawl.tools.checkstyle.checks.imports that return CustomImportOrderCheck.RuleMatchForImportModifier 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.Methods in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type CustomImportOrderCheck.RuleMatchForImportModifier 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.