See: Description
| Interface | Description |
|---|---|
| AuditListener |
Listener in charge of receiving events from the Checker.
|
| 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 to work.
|
| DetailNode |
DetailNode is used to construct tree during parsing Javadoc comments.
|
| 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.
|
| TextBlock |
A block of text from an inputfile that does not necessarily
have any grammatical structure.
|
| Class | Description |
|---|---|
| AbstractFileSetCheck |
Provides common functionality for many FileSetChecks.
|
| AbstractLoader |
Contains the common implementation of a loader, for loading a configuration
from an XML file.
|
| AbstractViolationReporter |
Serves as an abstract base class for all modules that report inspection
findings.
|
| AnnotationUtility |
Contains utility methods designed to work with annotations.
|
| 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.
|
| Check |
The base class for checks.
|
| Comment |
Representation of the comment block.
|
| DetailAST |
An extension of the CommonAST that records the line and column
number.
|
| FastStack<E> |
Simple implementation of a LIFO Stack that can be used instead of
Vector which is synchronized. |
| 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 | |
| LineColumn |
Immutable line and column numbers.
|
| LocalizedMessage |
Represents a message that can be localised.
|
| LocalizedMessages |
Collection of messages.
|
| ScopeUtils |
Contains utility methods for working on scope.
|
| 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.
|
| Utils |
Contains utility methods.
|
| Enum | Description |
|---|---|
| JavadocTagInfo |
This enum defines the various Javadoc tags and there properties.
|
| JavadocTagInfo.Type |
The Javadoc Type.
|
| Scope |
Represents a Java visibility scope.
|
| SeverityLevel |
Severity level for a check violation.
|
| Exception | Description |
|---|---|
| CheckstyleException |
Represents an error condition within Checkstyle.
|
Copyright © 2001–2015. All rights reserved.