public class RegexpHeaderCheck extends AbstractHeaderCheck
regular expression
for each line of the source header.| Constructor and Description |
|---|
RegexpHeaderCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
postprocessHeaderLines()
Hook method for post processing header lines.
|
protected void |
processFiltered(File aFile,
List<String> aLines)
Called to process a file that matches the specified file extensions.
|
void |
setMultiLines(int[] aList)
Set the lines numbers to repeat in the header check.
|
finishLocalSetup, getHeaderLines, setCharset, setHeader, setHeaderFilebeginProcessing, destroy, finishProcessing, fireErrors, getMessageCollector, getMessageDispatcher, init, log, log, process, setFileExtensions, setMessageDispatchergetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, getConfiguration, setupChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurecontextualizepublic void setMultiLines(int[] aList)
aList - comma separated list of line numbers to repeat in header.protected void processFiltered(File aFile, List<String> aLines)
AbstractFileSetCheckprocessFiltered in class AbstractFileSetCheckaFile - the file to be processedaLines - an immutable list of the contents of the file.protected void postprocessHeaderLines()
AbstractHeaderCheckpostprocessHeaderLines in class AbstractHeaderCheckCopyright © 2001-2014. All Rights Reserved.