TreeWalk
.This iterator converts an Eclipse IContainer object into something that a TreeWalk instance can iterate over in parallel with any other Git tree data structure, such as another working directory tree from outside of the workspace or a stored tree from a Repository object database.
Modification times provided by this iterator are obtained from the cache Eclipse uses to track external resource modification. This can be faster, but requires the user refresh their workspace when external modifications take place. This is not really a concern as it is common practice to need to do a workspace refresh after externally modifying a file. @see org.eclipse.jgit.treewalk.TreeWalk
|
|