Uses of Class
org.eclipse.jgit.lib.FileModeCache.CacheItem
-
Packages that use FileModeCache.CacheItem Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of FileModeCache.CacheItem in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return FileModeCache.CacheItem Modifier and Type Method Description FileModeCache.CacheItemFileModeCache.CacheItem. child(String childName)Retrieves an immediate child of thisFileModeCache.CacheItemby name.FileModeCache.CacheItemFileModeCache. getRoot()Obtains theFileModeCache.CacheItemfor the working tree root.FileModeCache.CacheItemFileModeCache.CacheItem. insert(String childName, FileMode childMode)Inserts a new cachedFileModeas an immediate child of thisFileModeCache.CacheItem.FileModeCache.CacheItemFileModeCache.CacheItem. remove(String childName)Removes the immediate child with the given name.FileModeCache.CacheItemFileModeCache. safeCreateDirectory(String gitPath, File dir, boolean makeSpace)Ensures the given directorydirwith the given git path exists.
-