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.org.eclipse.jgit.notes Git notes processing (for commits, etc). -
-
Uses of TreeFormatter in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type TreeFormatter Modifier and Type Method Description ObjectId
ObjectInserter.Filter. idFor(TreeFormatter formatter)
ObjectId
ObjectInserter. idFor(TreeFormatter formatter)
Compute the ObjectId for the given tree without inserting it.ObjectId
ObjectInserter. insert(TreeFormatter formatter)
Insert a single tree into the store, returning its unique name. -
Uses of TreeFormatter in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes that return TreeFormatter Modifier and Type Method Description private TreeFormatter
FanoutBucket. build(boolean insert, ObjectInserter inserter)
private TreeFormatter
LeafBucket. build()
Methods in org.eclipse.jgit.notes with parameters of type TreeFormatter Modifier and Type Method Description (package private) void
NonNoteEntry. format(TreeFormatter fmt)
-