Class FileTabCharacterCheck

    • Field Detail

      • MSG_CONTAINS_TAB

        public static final java.lang.String MSG_CONTAINS_TAB
        A key is pointing to the warning message text in "messages.properties" file.
        See Also:
        Constant Field Values
      • MSG_FILE_CONTAINS_TAB

        public static final java.lang.String MSG_FILE_CONTAINS_TAB
        A key is pointing to the warning message text in "messages.properties" file.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FileTabCharacterCheck

        public FileTabCharacterCheck()
    • Method Detail

      • processFiltered

        protected void processFiltered​(java.io.File file,
                                       FileText fileText)
        Description copied from class: AbstractFileSetCheck
        Called to process a file that matches the specified file extensions.
        Specified by:
        processFiltered in class AbstractFileSetCheck
        Parameters:
        file - the file to be processed
        fileText - the contents of the file.
      • setEachLine

        public void setEachLine​(boolean eachLine)
        Whether report on each line containing a tab.
        Parameters:
        eachLine - Whether report on each line containing a tab.