Uses of Enum Class
com.puppycrawl.tools.checkstyle.checks.imports.ModuleImportOrderOption
Packages that use ModuleImportOrderOption
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of ModuleImportOrderOption in com.puppycrawl.tools.checkstyle.checks.imports
Fields in com.puppycrawl.tools.checkstyle.checks.imports declared as ModuleImportOrderOptionModifier and TypeFieldDescriptionprivate ModuleImportOrderOptionModuleImportOrderCheck.optionSpecify policy on the position of module imports relative to type and static imports.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return ModuleImportOrderOptionModifier and TypeMethodDescriptionstatic ModuleImportOrderOptionReturns the enum constant of this class with the specified name.static ModuleImportOrderOption[]ModuleImportOrderOption.values()Returns an array containing the constants of this enum class, in the order they are declared.