Class LfsObject
java.lang.Object
org.eclipse.jgit.lfs.server.LfsObject
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
oid
String oid -
size
long size
-
-
Constructor Details
-
LfsObject
public LfsObject()
-
-
Method Details
-
getOid
-
getSize
public long getSize()Get thesizeof this object.- Returns:
- the object size.
-