Class BaseScanner

  • All Implemented Interfaces:
    Runnable, JBackupConstants

    public class BaseScanner
    extends Scanner
    implements Runnable
    Directory scanner. This class is a utility for scanning through a directory tree.
    Version:
    1.0.0
    Author:
    Don Corley
    • Field Detail

      • gchSeparator

        public static char gchSeparator
      • m_strRootPath

        protected String m_strRootPath
      • m_dateLastBackup

        protected Date m_dateLastBackup
    • Constructor Detail

      • BaseScanner

        public BaseScanner​(String strRootPath)
        Creates new DirScanner
      • BaseScanner

        public BaseScanner​(String strRootPath,
                           Date dateLastBackup,
                           FilenameFilter filter)
        Creates new DirScanner