Uses of Class
org.eclipse.jgit.lib.FileModeCache.CacheItem
Packages that use FileModeCache.CacheItem
-
Uses of FileModeCache.CacheItem in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return FileModeCache.CacheItemModifier and TypeMethodDescriptionRetrieves 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.