Class ChangedFile

java.lang.Object
org.duracloud.sync.mgmt.ChangedFile
All Implemented Interfaces:
Serializable

public class ChangedFile extends Object implements Serializable
See Also:
  • Constructor Details

    • ChangedFile

      public ChangedFile(File changedFile)
  • Method Details

    • 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.