Uses of Enum Class
org.eclipse.jgit.dircache.DirCache.DirCacheVersion
Packages that use DirCache.DirCacheVersion
-
Uses of DirCache.DirCacheVersion in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as DirCache.DirCacheVersionModifier and TypeFieldDescriptionprivate final 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.DirCacheVersionModifier and TypeMethodDescriptionstatic DirCache.DirCacheVersion
DirCache.DirCacheVersion.fromInt
(int val) DirCache.DirCacheConfig.getIndexVersion()
(package private) DirCache.DirCacheVersion
DirCache.getVersion()
static DirCache.DirCacheVersion
Returns the enum constant of this class with the specified name.static DirCache.DirCacheVersion[]
DirCache.DirCacheVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.dircache with parameters of type DirCache.DirCacheVersionModifier and TypeMethodDescription(package private) void
DirCacheEntry.write
(OutputStream os, DirCache.DirCacheVersion version, DirCacheEntry previous) Constructors in org.eclipse.jgit.dircache with parameters of type DirCache.DirCacheVersionModifierConstructorDescription(package private)
DirCacheEntry
(byte[] sharedInfo, MutableInteger infoAt, InputStream in, MessageDigest md, Instant smudge, DirCache.DirCacheVersion version, DirCacheEntry previous)