public class FileTabCharacterCheck extends AbstractFileSetCheck
| Constructor and Description |
|---|
FileTabCharacterCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processFiltered(File file,
List<String> lines)
Called to process a file that matches the specified file extensions.
|
void |
setEachLine(boolean eachLine)
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, waitconfigurecontextualizepublic FileTabCharacterCheck()
protected void processFiltered(File file, List<String> lines)
AbstractFileSetCheckprocessFiltered in class AbstractFileSetCheckfile - the file to be processedlines - an immutable list of the contents of the file.public void setEachLine(boolean eachLine)
eachLine - Whether report on each line containing a tab.Copyright © 2001–2015. All rights reserved.