| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private ImportOrderOption |
ImportOrderCheck.option
Specify policy on the relative order between type imports and static imports.
|
| Modifier and Type | Method and 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.
|
Copyright © 2001-2022. All Rights Reserved.