Class UniquePropertiesCheck

    • Field Detail

      • MSG_KEY

        public static final java.lang.String MSG_KEY
        Localization key for check violation.
        See Also:
        Constant Field Values
      • MSG_IO_EXCEPTION_KEY

        public static final java.lang.String MSG_IO_EXCEPTION_KEY
        Localization key for IO exception occurred on file open.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UniquePropertiesCheck

        public UniquePropertiesCheck()
        Construct the check with default values.
    • 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.