com.puppycrawl.tools.checkstyle.checks.header
public class RegexpHeaderCheck extends AbstractHeaderCheck
java.util.regex.Pattern regular expression
for each line of the source header.
| Method Summary | |
|---|---|
| void | beginTree(DetailAST aRootAST) |
| protected HeaderInfo | createHeaderInfo() |
| protected RegexpHeaderInfo | getRegexpHeaderInfo()
Provides typesafe access to the subclass specific HeaderInfo.
|
| void | init() |
| void | setMultiLines(int[] aList)
Set the lines numbers to repeat in the header check. |
Returns: the result of createHeaderInfo
See Also: init
Parameters: aList comma separated list of line numbers to repeat in header.