Package | Description |
---|---|
com.puppycrawl.tools.checkstyle |
Contains the implementation of the Checkstyle framework.
|
com.puppycrawl.tools.checkstyle.checks.javadoc |
Contains the Javadoc checks that are bundled with the main distribution.
|
Class and Description |
---|
AuditEventFormatter
Represents the formatter interface for log message.
|
ConfigurationLoader.InternalLoader
Implements the SAX document handler interfaces, so they do not
appear in the public API of the ConfigurationLoader.
|
DefaultConfiguration
Default implementation of the Configuration interface.
|
JavadocDetailNodeParser.DescriptiveErrorListener
Custom error listener for JavadocParser that prints user readable errors.
|
JavadocDetailNodeParser.ParseErrorMessage
Contains information about parse error message.
|
JavadocDetailNodeParser.ParseStatus
Contains result of parsing javadoc comment: DetailNode tree and parse
error message.
|
Main.CliOptions
Helper structure to clear show what is required for Checker to run.
|
ModuleFactory
A module factory creates Objects from a given name.
|
PropertyCacheFile
This class maintains a persistent(on file-system) store of the files
that have checked ok(no validation events) and their associated
timestamp.
|
PropertyCacheFile.ExternalResource
Class which represents external resource.
|
PropertyResolver
Resolves properties in module configurations.
|
TreeWalker.AstState
State of AST.
|
Class and Description |
---|
JavadocDetailNodeParser
Used for parsing Javadoc comment as DetailNode tree.
|
JavadocDetailNodeParser.ParseStatus
Contains result of parsing javadoc comment: DetailNode tree and parse
error message.
|