Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.blocks |
Contains the Block checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.j2ee |
Contains J2EE checks.
|
com.puppycrawl.tools.checkstyle.checks.whitespace |
Contains the Whitespace checks that are bundled with the main distribution.
|
Modifier and Type | Class and Description |
---|---|
class |
LineSeparatorOption
Represents the options for line separator settings.
|
Modifier and Type | Method and Description |
---|---|
AbstractOption |
AbstractOption.decode(String aStrRep)
Returns the option specified by a string representation.
|
AbstractOption |
AbstractOptionCheck.getAbstractOption() |
Constructor and Description |
---|
AbstractOptionCheck(AbstractOption aDefault)
Creates a new
AbstractOptionCheck instance. |
Modifier and Type | Class and Description |
---|---|
class |
BlockOption
Represents the policy for checking block statements.
|
class |
LeftCurlyOption
Represents the options for placing the left curly brace
'{' . |
class |
RightCurlyOption
Represents the options for placing the right curly brace
'}' . |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceOption
Represents the policy for checking entity bean restrictions according
to whether persistence is bean-managed, container-managed, or mixed.
|
Modifier and Type | Class and Description |
---|---|
class |
OperatorWrapOption
Represents the options for wrapping on an operator.
|
class |
PadOption
Represents the options for whitespace around parentheses.
|