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.children
Methods in org.eclipse.jgit.lib that return FileModeCache.CacheItemModifier and TypeMethodDescriptionprivate FileModeCache.CacheItem
Records the givenFileMode
for the given git path in the cache.Retrieves an immediate child of thisFileModeCache.CacheItem
by name.FileModeCache.getRoot()
Obtains theFileModeCache.CacheItem
for the working tree root.Inserts a new cachedFileMode
as 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 directorydir
with the given git path exists.