Package org.syncany.database
Class PartialFileHistory.FileHistoryId
- java.lang.Object
-
- org.syncany.database.ObjectId
-
- org.syncany.database.PartialFileHistory.FileHistoryId
-
- Enclosing class:
- PartialFileHistory
public static class PartialFileHistory.FileHistoryId extends ObjectId
The file history identifier (also: file identifier) is a key to identify a single file throughout its lifetime. In particular, it does not only identify
-
-
Field Summary
-
Fields inherited from class org.syncany.database.ObjectId
identifier
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PartialFileHistory.FileHistoryId
parseFileId(java.lang.String s)
static PartialFileHistory.FileHistoryId
secureRandomFileId()
-
Methods inherited from class org.syncany.database.ObjectId
equals, getBytes, hashCode, parseObjectId, secureRandomBytes, toString
-
-
-
-
Method Detail
-
secureRandomFileId
public static PartialFileHistory.FileHistoryId secureRandomFileId()
-
parseFileId
public static PartialFileHistory.FileHistoryId parseFileId(java.lang.String s)
-
-