|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.puppycrawl.tools.checkstyle.api
| Interface Summary | |
| 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. |
| 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. |
| Class Summary | |
| AbstractFileSetCheck | Provides common functionality for many FileSetChecks. |
| AbstractViolationReporter | Serves as an abstract base class for all modules that report inspection findings. |
| AbstractViolationReporterTest | Tests to ensure that default messagebundle is determined correctly. |
| AuditEvent | Raw event for audit. |
| AutomaticBean | A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes. |
| AutomaticBeanTest | |
| Check | The base class for checks. |
| DetailAST | An extension of the CommonAST that records the line and column number. |
| DetailASTTest | TestCase to check DetailAST. |
| FileContents | Represents the contents of a file. |
| FilterSet | A filter set applies filters to AuditEvents. |
| FullIdent | Represents a full identifier, including dots, with associated position information. |
| LocalizedMessage | Represents a message that can be localised. |
| LocalizedMessages | Collection of messages. |
| Scope | Represents a Java visibility scope. |
| ScopeTest | |
| ScopeUtils | Contains utility methods for working on scope. |
| SeverityLevel | Severity level for a check violation. |
| StrArrayConverter | Standard Converter implementation that converts an incoming String into an array of String. |
| TokenTypes | Contains the constants for all the tokens contained in the Abstract Syntax Tree. |
| Utils | Contains utility methods. |
| Exception Summary | |
| CheckstyleException | Represents an error condition within Checkstyle. |
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ api overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||