Uses of Interface
com.puppycrawl.tools.checkstyle.api.FileSetCheck
-
Packages that use FileSetCheck Package Description 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.header File Header checks.com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.regexp Contains the regular expression checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.sizes Contains the Size Violations checks that are bundled with the main distribution.com.puppycrawl.tools.checkstyle.checks.whitespace 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 FileSetCheck Modifier and Type Class Description classTreeWalkerResponsible for walking an abstract syntax tree and notifying interested checks at each each node.Methods in com.puppycrawl.tools.checkstyle with parameters of type FileSetCheck Modifier and Type Method Description voidChecker. 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 FileSetCheck Modifier and Type Class Description classAbstractFileSetCheckProvides common functionality for many FileSetChecks. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks
Classes in com.puppycrawl.tools.checkstyle.checks that implement FileSetCheck Modifier and Type Class Description classNewlineAtEndOfFileCheckChecks that there is a newline at the end of each file.classTranslationCheckThe TranslationCheck class helps to ensure the correct translation of code by checking locale-specific resource files for consistency regarding their keys.classUniquePropertiesCheckChecks the uniqueness of property keys (left from equal sign) in the properties file. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.header
Classes in com.puppycrawl.tools.checkstyle.checks.header that implement FileSetCheck Modifier and Type Class Description classAbstractHeaderCheckAbstract super class for header checks.classHeaderCheckChecks the header of the source against a fixed header file.classRegexpHeaderCheckChecks the header of the source against a header file that contains aregular expressionfor 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 FileSetCheck Modifier and Type Class Description classJavadocPackageCheckChecks that all packages have a package documentation. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.regexp
Classes in com.puppycrawl.tools.checkstyle.checks.regexp that implement FileSetCheck Modifier and Type Class Description classRegexpMultilineCheckImplementation of a check that looks that matches across multiple lines in any file type.classRegexpOnFilenameCheckImplementation of a check that looks for a file name and/or path match (or mis-match) against specified patterns.classRegexpSinglelineCheckImplementation of a check that looks for 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 FileSetCheck Modifier and Type Class Description classFileLengthCheckChecks for long source files. -
Uses of FileSetCheck in com.puppycrawl.tools.checkstyle.checks.whitespace
Classes in com.puppycrawl.tools.checkstyle.checks.whitespace that implement FileSetCheck Modifier and Type Class Description classFileTabCharacterCheckChecks to see if a file contains a tab character.
-