public class FileTabCharacterCheck extends AbstractFileSetCheck
AutomaticBean.OutputStreamOptions| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_CONTAINS_TAB
A key is pointing to the warning message text in "messages.properties"
file.
|
static String |
MSG_FILE_CONTAINS_TAB
A key is pointing to the warning message text in "messages.properties"
file.
|
| Constructor and Description |
|---|
FileTabCharacterCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processFiltered(File file,
FileText fileText)
Called to process a file that matches the specified file extensions.
|
void |
setEachLine(boolean eachLine)
Whether report on each line containing a tab.
|
addMessages, beginProcessing, destroy, finishProcessing, fireErrors, getFileExtensions, getMessageDispatcher, init, log, log, process, setFileExtensions, setMessageDispatcherfinishLocalSetup, getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, setId, setSeverityconfigure, contextualize, getConfiguration, setupChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurecontextualizepublic static final String MSG_CONTAINS_TAB
public static final String MSG_FILE_CONTAINS_TAB
public FileTabCharacterCheck()
protected void processFiltered(File file, FileText fileText)
AbstractFileSetCheckprocessFiltered in class AbstractFileSetCheckfile - the file to be processedfileText - the contents of the file.public void setEachLine(boolean eachLine)
eachLine - Whether report on each line containing a tab.Copyright © 2001–2018. All rights reserved.