public class FileTabCharacterCheck extends AbstractFileSetCheck
| Constructor and Description |
|---|
FileTabCharacterCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processFiltered(File aFile,
List<String> aLines)
Called to process a file that matches the specified file extensions.
|
void |
setEachLine(boolean aEachLine)
Whether report on each line containing a tab.
|
beginProcessing, destroy, finishProcessing, fireErrors, getMessageCollector, getMessageDispatcher, init, log, log, process, setFileExtensions, setMessageDispatchergetCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverityconfigure, contextualize, finishLocalSetup, getConfiguration, setupChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurecontextualizeprotected 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.public void setEachLine(boolean aEachLine)
aEachLine - Whether report on each line containing a tab.Copyright © 2001-2012. All Rights Reserved.