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