Uses of Class
org.eclipse.jgit.lib.FileModeCache
-
Packages that use FileModeCache Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.dircache Reading and editing the directory cache (index). -
-
Uses of FileModeCache in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type FileModeCache Modifier and Type Method Description private java.io.File
ApplyCommand. getFile(java.lang.String path, boolean create, FileModeCache directoryCache)
-
Uses of FileModeCache in org.eclipse.jgit.dircache
Fields in org.eclipse.jgit.dircache declared as FileModeCache Modifier and Type Field Description private FileModeCache
Checkout. cache
-