Uses of Class
org.eclipse.jgit.treewalk.FileTreeIterator
Packages that use FileTreeIterator
Package
Description
Walking and comparing directory/file trees (of commits, file system).
-
Uses of FileTreeIterator in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit with parameters of type FileTreeIteratorModifier and TypeMethodDescriptionprotected void
RepositoryTestCase.resetIndex
(FileTreeIterator treeItr) Resets the index to represent exactly some filesystem content. -
Uses of FileTreeIterator in org.eclipse.jgit.treewalk
Constructors in org.eclipse.jgit.treewalk with parameters of type FileTreeIteratorModifierConstructorDescriptionprotected
FileTreeIterator
(FileTreeIterator p, File root, FS fs) Create a new iterator to traverse a subdirectory.