Uses of Enum Class
org.eclipse.jgit.dircache.DirCache.DirCacheVersion
Packages that use DirCache.DirCacheVersion
-
Uses of DirCache.DirCacheVersion in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that return DirCache.DirCacheVersionModifier and TypeMethodDescriptionstatic DirCache.DirCacheVersionDirCache.DirCacheVersion.fromInt(int val) Create DirCacheVersion from integer value of the version code.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.