Uses of Package
com.puppycrawl.tools.checkstyle.api

Packages that use com.puppycrawl.tools.checkstyle.api
com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework. 
com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks. 
com.puppycrawl.tools.checkstyle.checks Contains the checks that are bundled with the main distribution. 
com.puppycrawl.tools.checkstyle.checks.indentation Contains all of the helper classes required for the indentation check. 
 

Classes in com.puppycrawl.tools.checkstyle.api used by com.puppycrawl.tools.checkstyle
AbstractFileSetCheck
          Provides common functionality for many FileSetChecks.
AbstractViolationReporter
          Serves as an abstract base class for all modules that report inspection findings.
AutomaticBean
          A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
CheckstyleException
          Represents an error condition within Checkstyle.
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.
DetailAST
          An extension of the CommonAST that records the line and column number.
FileContents
          Represents the contents of a file.
FileSetCheck
          Interface for Checking a set of files for some criteria.
LocalizedMessage
          Represents a message that can be localised.
MessageDispatcher
          Used by FileSetChecks to distribute AuditEvents to AuditListeners.
SeverityLevel
          Severity level for a check violation.
 

Classes in com.puppycrawl.tools.checkstyle.api used by com.puppycrawl.tools.checkstyle.api
AbstractViolationReporter
          Serves as an abstract base class for all modules that report inspection findings.
AutomaticBean
          A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
CheckstyleException
          Represents an error condition within Checkstyle.
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.
DetailAST
          An extension of the CommonAST that records the line and column number.
FileContents
          Represents the contents of a file.
FileSetCheck
          Interface for Checking a set of files for some criteria.
FullIdent
          Represents a full identifier, including dots, with associated position information.
LocalizedMessage
          Represents a message that can be localised.
LocalizedMessages
          Collection of messages.
MessageDispatcher
          Used by FileSetChecks to distribute AuditEvents to AuditListeners.
Scope
          Represents a Java visibility scope.
SeverityLevel
          Severity level for a check violation.
 

Classes in com.puppycrawl.tools.checkstyle.api used by com.puppycrawl.tools.checkstyle.checks
AbstractFileSetCheck
          Provides common functionality for many FileSetChecks.
AbstractViolationReporter
          Serves as an abstract base class for all modules that report inspection findings.
AutomaticBean
          A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
Check
          The base class for checks.
CheckstyleException
          Represents an error condition within Checkstyle.
Configurable
          A component that can be configured.
Contextualizable
          A Component that needs context information from it's container to work.
DetailAST
          An extension of the CommonAST that records the line and column number.
FileSetCheck
          Interface for Checking a set of files for some criteria.
FullIdent
          Represents a full identifier, including dots, with associated position information.
 

Classes in com.puppycrawl.tools.checkstyle.api used by com.puppycrawl.tools.checkstyle.checks.indentation
DetailAST
          An extension of the CommonAST that records the line and column number.
 


Back to the Checkstyle Home Page