Class CompareDirEntry


  • public abstract class CompareDirEntry
    extends Object
    • Constructor Detail

      • CompareDirEntry

        public CompareDirEntry()
    • Method Detail

      • isFolder

        public abstract boolean isFolder()
      • getParentPath

        public String getParentPath​(String path)
      • compareWithEntry

        public abstract boolean compareWithEntry​(CompareDirEntry other)
        Compare with the other entry. If the entries are not differed (not changed) return true. Otherwise return false. Usually compare size, MD5 and/or modify date.
        Parameters:
        other -
        Returns:
        true if equals