Uses of Class
org.eclipse.jgit.dircache.DirCache.DirCacheVersion
-
Packages that use DirCache.DirCacheVersion Package Description org.eclipse.jgit.dircache Reading and editing the directory cache (index). -
-
Uses of DirCache.DirCacheVersion in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as DirCache.DirCacheVersion Modifier and Type Field Description private DirCache.DirCacheVersion
DirCache.DirCacheConfig. indexVersion
private DirCache.DirCacheVersion
DirCache. version
If we read this index from disk, the original format.Methods in org.eclipse.jgit.dircache that return DirCache.DirCacheVersion Modifier and Type Method Description static DirCache.DirCacheVersion
DirCache.DirCacheVersion. fromInt(int val)
DirCache.DirCacheVersion
DirCache.DirCacheConfig. getIndexVersion()
(package private) DirCache.DirCacheVersion
DirCache. getVersion()
static DirCache.DirCacheVersion
DirCache.DirCacheVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DirCache.DirCacheVersion[]
DirCache.DirCacheVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.dircache with parameters of type DirCache.DirCacheVersion Modifier and Type Method Description (package private) void
DirCacheEntry. write(java.io.OutputStream os, DirCache.DirCacheVersion version, DirCacheEntry previous)
Constructors in org.eclipse.jgit.dircache with parameters of type DirCache.DirCacheVersion Constructor Description DirCacheEntry(byte[] sharedInfo, MutableInteger infoAt, java.io.InputStream in, java.security.MessageDigest md, java.time.Instant smudge, DirCache.DirCacheVersion version, DirCacheEntry previous)
-