Package com.puppycrawl.tools.checkstyle.checks.header

File Header checks.

See:
          Description

Class Summary
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.
 

Package com.puppycrawl.tools.checkstyle.checks.header Description

File Header checks.


Back to the Checkstyle Home Page