See: Description
Interface | Description |
---|---|
AuditListener |
Listener in charge of receiving events from the Checker.
|
BeforeExecutionFileFilter |
An interface for before execution file filtering events.
|
Configurable |
A component that can be configured.
|
Configuration |
A Configuration is used to configure a Configurable component.
|
Context |
A context to be used in subcomponents.
|
Contextualizable |
A Component that needs context information from it's container(parent object) to work.
|
DetailNode |
DetailNode is used to construct tree during parsing Javadoc comments.
|
ExternalResourceHolder |
The following interface should be implemented by each module (inheritor of
AbstractCheck , implementor of FileSetCheck , or Filter ) which uses
external resources of any kind for its configuration. |
FileSetCheck |
Interface for Checking a set of files for some criteria.
|
Filter |
An interface for filtering AuditEvents.
|
MessageDispatcher |
Used by FileSetChecks to distribute AuditEvents to AuditListeners.
|
RootModule |
The first module that is run as part of Checkstyle and controls its entire
behavior and children.
|
TextBlock |
A block of text from an input file that does not necessarily
have any grammatical structure.
|
Class | Description |
---|---|
AbstractCheck |
The base class for checks.
|
AbstractFileSetCheck |
Provides common functionality for many FileSetChecks.
|
AbstractViolationReporter |
Serves as an abstract base class for all modules that report inspection
findings.
|
AuditEvent |
Raw event for audit.
|
AutomaticBean |
A Java Bean that implements the component lifecycle interfaces by
calling the bean's setters for all configuration attributes.
|
BeforeExecutionFileFilterSet |
A before execution file filter set applies filters to events.
|
Comment |
Representation of the comment block.
|
DetailAST |
An extension of the CommonAST that records the line and column number.
|
FileContents |
Represents the contents of a file.
|
FileText |
Represents the text contents of a file of arbitrary plain text type.
|
FilterSet |
A filter set applies filters to AuditEvents.
|
FullIdent |
Represents a full identifier, including dots, with associated
position information.
|
JavadocTokenTypes |
Contains the constants for all the tokens contained in the Abstract
Syntax Tree for the javadoc grammar.
|
LineColumn |
Immutable line and column numbers.
|
LocalizedMessage |
Represents a message that can be localised.
|
LocalizedMessage.Utf8Control |
Custom ResourceBundle.Control implementation which allows explicitly read
the properties files as UTF-8.
|
SeverityLevelCounter |
An audit listener that counts how many
AuditEvents
of a given severity have been generated. |
TokenTypes |
Contains the constants for all the tokens contained in the Abstract
Syntax Tree.
|
Enum | Description |
---|---|
AutomaticBean.OutputStreamOptions |
Enum to specify behaviour regarding ignored modules.
|
Scope |
Represents a Java visibility scope.
|
SeverityLevel |
Severity level for a check violation.
|
Exception | Description |
---|---|
CheckstyleException |
Represents an error condition within Checkstyle.
|
Copyright © 2001–2018. All rights reserved.