| Class | Description |
|---|---|
| AbstractHeaderCheck |
Abstract super class for header checks.
|
| CrossLanguageRegexpHeaderCheck |
A FileSetCheck similar to
RegexpHeaderCheck,
but works for all text files, not just java code. |
| 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 a
regular expression
for each line of the source header. |
File Header checks.