Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.MismatchStrategy
-
Packages that use MismatchStrategy Package Description com.puppycrawl.tools.checkstyle.checks.imports Contains the Imports checks that are bundled with the main distribution. -
-
Uses of MismatchStrategy in com.puppycrawl.tools.checkstyle.checks.imports
Methods in com.puppycrawl.tools.checkstyle.checks.imports that return MismatchStrategy Modifier and Type Method Description static MismatchStrategy
MismatchStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MismatchStrategy[]
MismatchStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-