Package com.puppycrawl.tools.checkstyle.checks.header
File Header checks.
-
Class Summary Class Description AbstractHeaderCheck Abstract super class for header checks.HeaderCheck Checks the header of the source against a fixed header file.RegexpHeaderCheck Checks the header of the source against a header file that contains aregular expression
for each line of the source header.