Uses of Class
com.puppycrawl.tools.checkstyle.api.AbstractFileSetCheck
-
Packages that use AbstractFileSetCheck Package Description com.puppycrawl.tools.checkstyle Contains the implementation of the Checkstyle framework.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 AbstractFileSetCheck in com.puppycrawl.tools.checkstyle
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle Modifier and Type Class Description classTreeWalkerResponsible for walking an abstract syntax tree and notifying interested checks at each each node. -
Uses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks Modifier and Type Class Description classNewlineAtEndOfFileCheckChecks whether files end with a line separator.classOrderedPropertiesCheckDetects if keys in properties files are in correct order.classTranslationCheckA FileSetCheck that ensures the correct translation of code by checking property files for consistency regarding their keys.classUniquePropertiesCheckChecks properties files for duplicate property keys. -
Uses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.header
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.header Modifier and Type Class Description classAbstractHeaderCheckAbstract super class for header checks.classHeaderCheckChecks that a source file begins with a specified header.classRegexpHeaderCheckChecks the header of a source file against a header that contains a regular expression for each line of the source header. -
Uses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.javadoc
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.javadoc Modifier and Type Class Description classJavadocPackageCheckChecks that all packages have a package documentation. -
Uses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.regexp
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.regexp Modifier and Type Class Description classRegexpMultilineCheckA check for detecting that matches across multiple lines.classRegexpOnFilenameCheckImplementation of a check that looks for a file name and/or path match (or mis-match) against specified patterns.classRegexpSinglelineCheckA check for detecting single lines that match a supplied regular expression. -
Uses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.sizes
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.sizes Modifier and Type Class Description classFileLengthCheckChecks for long source files.classLineLengthCheckChecks for long lines. -
Uses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.whitespace
Subclasses of AbstractFileSetCheck in com.puppycrawl.tools.checkstyle.checks.whitespace Modifier and Type Class Description classFileTabCharacterCheckChecks that there are no tab characters ('\t') in the source code.
-