Uses of Interface
org.eclipse.jgit.lib.IndexDiff.WorkingTreeIteratorFactory
-
Packages that use IndexDiff.WorkingTreeIteratorFactory Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of IndexDiff.WorkingTreeIteratorFactory in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as IndexDiff.WorkingTreeIteratorFactory Modifier and Type Field Description private IndexDiff.WorkingTreeIteratorFactory
IndexDiff. wTreeIt
Methods in org.eclipse.jgit.lib with parameters of type IndexDiff.WorkingTreeIteratorFactory Modifier and Type Method Description void
IndexDiff. setWorkingTreeItFactory(IndexDiff.WorkingTreeIteratorFactory wTreeIt)
Allows higher layers to set the factory for WorkingTreeIterators.
-