Uses of Class
org.eclipse.jgit.treewalk.EmptyTreeIterator
Packages that use EmptyTreeIterator
Package
Description
Reading and editing the directory cache (index).
Walking and comparing directory/file trees (of commits, file system).
-
Uses of EmptyTreeIterator in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that return EmptyTreeIteratorModifier and TypeMethodDescriptionDirCacheIterator.createEmptyTreeIterator()
Create a new iterator as though the current entry were a subtree. -
Uses of EmptyTreeIterator in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return EmptyTreeIteratorModifier and TypeMethodDescriptionAbstractTreeIterator.createEmptyTreeIterator()
Create a new iterator as though the current entry were a subtree.