Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.checks |
Contains the checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.annotation |
Contains the Annotation 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.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.design |
Contains the Class Design checks that
are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.header |
File Header checks.
|
com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.indentation |
Contains all classes required for the
indentation check.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.metrics |
Contains the Metrics checks that are
bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.modifier |
Contains the modifier checks that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.naming |
Contains the Naming conventions checks
that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.regexp |
Contains the regular expression checks that are bundled with the main
distribution.
|
com.puppycrawl.tools.checkstyle.checks.sizes |
Contains the Size Violations checks
that are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.checks.whitespace |
Contains the Whitespace checks that
are bundled with the main distribution.
|
com.puppycrawl.tools.checkstyle.filters |
Contains the filters that are bundled with the main distribution.
|
Class and Description |
---|
AuditEventFormatter
Represents the formatter interface for log message.
|
ConfigurationLoader.IgnoredModulesOptions
Enum to specify behaviour regarding ignored modules.
|
JavadocDetailNodeParser.ParseErrorMessage
Contains information about parse error message.
|
JavadocDetailNodeParser.ParseStatus
Contains result of parsing javadoc comment: DetailNode tree and parse
error message.
|
JavaParser.Options
Enum to be used for test if comments should be used.
|
ModuleFactory
A module factory creates Objects from a given name.
|
PackageObjectFactory.ModuleLoadOption
Enum class to define loading options.
|
PropertyResolver
Resolves properties in module configurations.
|
ThreadModeSettings
Thread mode settings for the checkstyle modules.
|
TreeWalkerAuditEvent
Raw
TreeWalker event for audit. |
XmlLoader
Contains the common implementation of a loader, for loading a configuration
from an XML file.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
Class and Description |
---|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
FileStatefulCheck
This annotation means that the check contains file-related context and therefore
cannot be used from the others threads at the same time.
|
StatelessCheck
This annotation means that the check does not contain mutable state and
may be safely used from others threads at the same time.
|
Class and Description |
---|
TreeWalkerAuditEvent
Raw
TreeWalker event for audit. |
TreeWalkerFilter
An interface for filtering
TreeWalkerAuditEvent . |
XmlLoader
Contains the common implementation of a loader, for loading a configuration
from an XML file.
|
Copyright © 2001–2018. All rights reserved.