Package com.puppycrawl.tools.checkstyle.checks.header
package com.puppycrawl.tools.checkstyle.checks.header
File Header checks.
-
ClassesClassDescriptionAbstract super class for header checks.Checks that a source file begins with a specified header.Checks the header of a source file against multiple header files that contain a pattern for each line of the source header.Metadata holder for a header file, storing its URI, compiled patterns, and line contents.Represents the result of a header match check, containing information about any mismatch.Checks the header of a source file against a header that contains a pattern for each line of the source header.