Uses of Class
org.eclipse.jgit.lib.FileModeCache.CacheItem
Packages that use FileModeCache.CacheItem
-
Uses of FileModeCache.CacheItem in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as FileModeCache.CacheItemFields in org.eclipse.jgit.lib with type parameters of type FileModeCache.CacheItemModifier and TypeFieldDescriptionprivate Map<String, FileModeCache.CacheItem> FileModeCache.CacheItem.childrenMethods in org.eclipse.jgit.lib that return FileModeCache.CacheItemModifier and TypeMethodDescriptionprivate FileModeCache.CacheItemRecords the givenFileModefor the given git path in the cache.Retrieves an immediate child of thisFileModeCache.CacheItemby name.FileModeCache.getRoot()Obtains theFileModeCache.CacheItemfor the working tree root.Inserts a new cachedFileModeas an immediate child of thisFileModeCache.CacheItem.Removes the immediate child with the given name.FileModeCache.safeCreateDirectory(String gitPath, File dir, boolean makeSpace) Ensures the given directorydirwith the given git path exists.