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
Fields in org.eclipse.jgit.lib declared as FileModeCache.CacheItem Modifier and Type Field Description private FileModeCache.CacheItemFileModeCache. rootFields in org.eclipse.jgit.lib with type parameters of type FileModeCache.CacheItem Modifier and Type Field Description private java.util.Map<java.lang.String,FileModeCache.CacheItem>FileModeCache.CacheItem. childrenMethods in org.eclipse.jgit.lib that return FileModeCache.CacheItem Modifier and Type Method Description private FileModeCache.CacheItemFileModeCache. add(java.lang.String gitPath, FileMode finalMode)Records the givenFileModefor the given git path in the cache.FileModeCache.CacheItemFileModeCache.CacheItem. child(java.lang.String childName)Retrieves an immediate child of thisFileModeCache.CacheItemby name.FileModeCache.CacheItemFileModeCache. getRoot()Obtains theFileModeCache.CacheItemfor the working tree root.FileModeCache.CacheItemFileModeCache.CacheItem. insert(java.lang.String childName, FileMode childMode)Inserts a new cachedFileModeas an immediate child of thisFileModeCache.CacheItem.FileModeCache.CacheItemFileModeCache.CacheItem. remove(java.lang.String childName)Removes the immediate child with the given name.FileModeCache.CacheItemFileModeCache. safeCreateDirectory(java.lang.String gitPath, java.io.File dir, boolean makeSpace)Ensures the given directorydirwith the given git path exists.
-