Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
FileModeCache.CacheItem |
FileModeCache.CacheItem.child(String childName)
Retrieves an immediate child of this
FileModeCache.CacheItem by name. |
FileModeCache.CacheItem |
FileModeCache.getRoot()
Obtains the
FileModeCache.CacheItem for the working tree root. |
FileModeCache.CacheItem |
FileModeCache.CacheItem.insert(String childName,
FileMode childMode)
Inserts a new cached
FileMode as an immediate child of this
FileModeCache.CacheItem . |
FileModeCache.CacheItem |
FileModeCache.CacheItem.remove(String childName)
Removes the immediate child with the given name.
|
FileModeCache.CacheItem |
FileModeCache.safeCreateDirectory(String gitPath,
File dir,
boolean makeSpace)
Ensures the given directory
dir with the given git path exists. |
Copyright © 2023 Eclipse JGit Project. All rights reserved.