Uses of Interface
com.puppycrawl.tools.checkstyle.api.FileSetCheck
Packages that use FileSetCheck
Package
Description
Contains the implementation of the Checkstyle framework.
Contains the core API to be used to implement checks.
Contains the checks that are bundled with the main distribution.
File Header checks.
Contains the Javadoc checks that are bundled with the main distribution.
Contains the regular expression checks that are bundled with the main
distribution.
Contains the Size Violations checks
that are bundled with the main distribution.
Contains the Whitespace checks that
are bundled with the main distribution.
-
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle
Classes in com.puppycrawl.tools.checkstyle that implement FileSetCheckModifier and TypeClassDescriptionfinal class
Responsible for walking an abstract syntax tree and notifying interested checks at each node.Fields in com.puppycrawl.tools.checkstyle with type parameters of type FileSetCheckModifier and TypeFieldDescriptionprivate final List<FileSetCheck>
Checker.fileSetChecks
Vector of fileset checks.Methods in com.puppycrawl.tools.checkstyle with parameters of type FileSetCheckModifier and TypeMethodDescriptionvoid
Checker.addFileSetCheck
(FileSetCheck fileSetCheck) Adds a FileSetCheck to the list of FileSetChecks that is executed in process(). -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement FileSetCheckModifier and TypeClassDescriptionclass
Provides common functionality for many FileSetChecks. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks
Classes in com.puppycrawl.tools.checkstyle.checks that implement FileSetCheckModifier and TypeClassDescriptionclass
Checks whether files end with a line separator.class
Detects if keys in properties files are in correct order.class
Ensures the correct translation of code by checking property files for consistency regarding their keys.class
Detects duplicated keys in properties files. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.header
Classes in com.puppycrawl.tools.checkstyle.checks.header that implement FileSetCheckModifier and TypeClassDescriptionclass
Abstract super class for header checks.class
Checks that a source file begins with a specified header.class
Checks the header of a source file against a header that contains a pattern for each line of the source header. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.javadoc
Classes in com.puppycrawl.tools.checkstyle.checks.javadoc that implement FileSetCheckModifier and TypeClassDescriptionclass
Checks that each Java package has a Javadoc file used for commenting. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.regexp
Classes in com.puppycrawl.tools.checkstyle.checks.regexp that implement FileSetCheckModifier and TypeClassDescriptionclass
Checks that a specified pattern matches across multiple lines in any file type.class
Checks that a specified pattern matches based on file and/or folder path.class
Checks that a specified pattern matches a single-line in any file type. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.sizes
Classes in com.puppycrawl.tools.checkstyle.checks.sizes that implement FileSetCheckModifier and TypeClassDescriptionclass
Checks for long source files.class
Checks for long lines. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.whitespace
Classes in com.puppycrawl.tools.checkstyle.checks.whitespace that implement FileSetCheckModifier and TypeClassDescriptionclass
Checks that there are no tab characters ('\t'
) in the source code.