Class ChangedFile

    • Constructor Detail

      • ChangedFile

        public ChangedFile​(File changedFile)
    • Method Detail

      • getFile

        public File getFile()
      • getSyncAttempts

        public int getSyncAttempts()
      • incrementSyncAttempts

        public void incrementSyncAttempts()
      • remove

        public void remove()
        Removes a previously reserved file from the ChangedList.
      • unreserve

        public void unreserve()
        Releases the reservation on the file (if still reserved) and returns it to the list of unreserved ChangedFiles.