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.DirCacheVersionDirCache.DirCacheConfig.indexVersionprivate DirCache.DirCacheVersionDirCache.versionIf we read this index from disk, the original format.Methods in org.eclipse.jgit.dircache that return DirCache.DirCacheVersionModifier and TypeMethodDescriptionstatic DirCache.DirCacheVersionDirCache.DirCacheVersion.fromInt(int val) DirCache.DirCacheConfig.getIndexVersion()(package private) DirCache.DirCacheVersionDirCache.getVersion()static DirCache.DirCacheVersionReturns 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) voidDirCacheEntry.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)