Uses of Enum
com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderOption
Packages that use ImportOrderOption
Package
Description
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 ImportOrderOptionModifier and TypeFieldDescriptionprivate ImportOrderOption
ImportOrderCheck.option
Specify policy on the relative order between type imports and static imports.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return ImportOrderOptionModifier and TypeMethodDescriptionstatic ImportOrderOption
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.