public class ChangedFile extends Object implements Serializable
| Constructor and Description |
|---|
ChangedFile(File changedFile) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
int |
getSyncAttempts() |
void |
incrementSyncAttempts() |
void |
remove()
Removes a previously reserved file from the ChangedList.
|
void |
unreserve()
Releases the reservation on the file (if still reserved)
and returns it to the list of unreserved ChangedFiles.
|
public ChangedFile(File changedFile)
public File getFile()
public int getSyncAttempts()
public void incrementSyncAttempts()
public void remove()
public void unreserve()
Copyright © 2009–2018 DuraSpace. All rights reserved.