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.CacheItem
FileModeCache. root
Fields 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. children
Methods in org.eclipse.jgit.lib that return FileModeCache.CacheItem Modifier and Type Method Description private FileModeCache.CacheItem
FileModeCache. add(java.lang.String gitPath, FileMode finalMode)
Records the givenFileMode
for the given git path in the cache.FileModeCache.CacheItem
FileModeCache.CacheItem. child(java.lang.String childName)
Retrieves an immediate child of thisFileModeCache.CacheItem
by name.FileModeCache.CacheItem
FileModeCache. getRoot()
Obtains theFileModeCache.CacheItem
for the working tree root.FileModeCache.CacheItem
FileModeCache.CacheItem. insert(java.lang.String childName, FileMode childMode)
Inserts a new cachedFileMode
as an immediate child of thisFileModeCache.CacheItem
.FileModeCache.CacheItem
FileModeCache.CacheItem. remove(java.lang.String childName)
Removes the immediate child with the given name.FileModeCache.CacheItem
FileModeCache. safeCreateDirectory(java.lang.String gitPath, java.io.File dir, boolean makeSpace)
Ensures the given directorydir
with the given git path exists.
-