Uses of Interface com.puppycrawl.tools.checkstyle.api.Configurable

Uses in package com.puppycrawl.tools.checkstyle.api

Classes implementing com.puppycrawl.tools.checkstyle.api.Configurable

class
Provides common functionality for many FileSetChecks.
class
Serves as an abstract base class for all modules that report inspection findings.
class
A Java Bean that implements the component lifecycle interfaces by calling the bean's setters for all configration attributes.
class
The base class for checks.

Uses in package com.puppycrawl.tools.checkstyle

Classes implementing com.puppycrawl.tools.checkstyle.api.Configurable

class
This class provides the functionality to check a set of files.
class
Simple plain logger for text output.
class
Responsible for walking an abstract syntax tree and notifying interested checks at each each node.
class
Simple XML logger.

Uses in package com.puppycrawl.tools.checkstyle.filters

Classes implementing com.puppycrawl.tools.checkstyle.api.Configurable

class
This is a very simple filter based on severity matching.
class
A filter that uses comments to suppress audit events.
class
This filter accepts AuditEvents according to file, check, line, and column, as specified in a suppression file.