public class FileTabCharacterCheck extends AbstractFileSetCheck
DEFAULT_ERROR_SCORE, DEFAULT_INFO_SCORE, DEFAULT_WARNING_SCORE, mScoring, mViolationSize
コンストラクタと説明 |
---|
FileTabCharacterCheck() |
修飾子とタイプ | メソッドと説明 |
---|---|
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, setMessageDispatcher
calculateScore, getCustomMessages, getErrorScore, getId, getInfoScore, getMessageBundle, getScore, getScoring, getSeverity, getSeverityLevel, getWarningScore, log, setErrorScore, setId, setInfoScore, setScore, setScoring, setSeverity, setWarningScore
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
contextualize
protected void processFiltered(File aFile, List<String> aLines)
AbstractFileSetCheck
processFiltered
クラス内 AbstractFileSetCheck
aFile
- 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-2013. All Rights Reserved.