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.WorkingTreeIteratorFactoryIndexDiff. wTreeItMethods in org.eclipse.jgit.lib with parameters of type IndexDiff.WorkingTreeIteratorFactory Modifier and Type Method Description voidIndexDiff. setWorkingTreeItFactory(IndexDiff.WorkingTreeIteratorFactory wTreeIt)Allows higher layers to set the factory for WorkingTreeIterators.
-