Uses of Class
org.eclipse.jgit.lib.TreeFormatter
-
Packages that use TreeFormatter Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of TreeFormatter in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type TreeFormatter Modifier and Type Method Description ObjectIdObjectInserter.Filter. idFor(TreeFormatter formatter)ObjectIdObjectInserter. idFor(TreeFormatter formatter)Compute the ObjectId for the given tree without inserting it.ObjectIdObjectInserter. insert(TreeFormatter formatter)Insert a single tree into the store, returning its unique name.
-