Uses of Class
org.eclipse.jgit.lib.IndexDiff
-
Packages that use IndexDiff Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of IndexDiff in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as IndexDiff Modifier and Type Field Description private IndexDiff
Status. diff
Constructors in org.eclipse.jgit.api with parameters of type IndexDiff Constructor Description Status(IndexDiff diff)
Constructor for Status. -
Uses of IndexDiff in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib with type parameters of type IndexDiff Modifier and Type Field Description private java.util.Map<java.lang.String,IndexDiff>
IndexDiff. submoduleIndexDiffs
-