Package org.eclipse.jgit.lib
Interface IndexDiff.WorkingTreeIteratorFactory
- Enclosing class:
- IndexDiff
public static interface IndexDiff.WorkingTreeIteratorFactory
A factory to producing WorkingTreeIterators
- Since:
- 3.6
-
Method Summary
-
Method Details
-
getWorkingTreeIterator
- Parameters:
repo
- the repository- Returns:
- working tree iterator
-