Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator
Packages that use WorkingTreeIterator
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of WorkingTreeIterator in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type WorkingTreeIteratorModifier and TypeMethodDescriptionStatusCommand.setWorkingTreeIt
(WorkingTreeIterator workingTreeIt) To set theWorkingTreeIterator
which should be used.AddCommand.setWorkingTreeIterator
(WorkingTreeIterator f) Allow clients to provide their own implementation of a FileTreeIterator -
Uses of WorkingTreeIterator in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff with parameters of type WorkingTreeIteratorModifier and TypeMethodDescriptionstatic ContentSource
ContentSource.create
(WorkingTreeIterator iterator) Construct a content source for a working directory. -
Uses of WorkingTreeIterator in org.eclipse.jgit.dircache
Constructors in org.eclipse.jgit.dircache with parameters of type WorkingTreeIteratorModifierConstructorDescriptionDirCacheCheckout
(Repository repo, DirCache dc, ObjectId mergeCommitTree, WorkingTreeIterator workingTree) Constructs a DirCacheCeckout for checking out one tree, merging with the index.DirCacheCheckout
(Repository repo, ObjectId headCommitTree, DirCache dc, ObjectId mergeCommitTree, WorkingTreeIterator workingTree) Constructs a DirCacheCeckout for merging and checking out two trees (HEAD and mergeCommitTree) and the index. -
Uses of WorkingTreeIterator in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return WorkingTreeIteratorModifier and TypeMethodDescriptionIndexDiff.WorkingTreeIteratorFactory.getWorkingTreeIterator
(Repository repo) Get working tree iteratorConstructors in org.eclipse.jgit.lib with parameters of type WorkingTreeIteratorModifierConstructorDescriptionIndexDiff
(Repository repository, String revstr, WorkingTreeIterator workingTreeIterator) Construct an IndexDiffIndexDiff
(Repository repository, ObjectId objectId, WorkingTreeIterator workingTreeIterator) Construct an Indexdiff -
Uses of WorkingTreeIterator in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as WorkingTreeIteratorModifier and TypeFieldDescriptionprotected WorkingTreeIterator
ResolveMerger.workingTreeIterator
The iterator to access the working tree.Methods in org.eclipse.jgit.merge with parameters of type WorkingTreeIteratorModifier and TypeMethodDescriptionprotected boolean
ResolveMerger.processEntry
(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, DirCacheBuildIterator index, WorkingTreeIterator work, boolean ignoreConflicts, Attributes[] attributes) Processes one path and tries to merge taking git attributes in account.void
ResolveMerger.setWorkingTreeIterator
(WorkingTreeIterator workingTreeIterator) Sets the WorkingTreeIterator to be used by this merger. -
Uses of WorkingTreeIterator in org.eclipse.jgit.treewalk
Subclasses of WorkingTreeIterator in org.eclipse.jgit.treewalkModifier and TypeClassDescriptionclass
Working directory iterator for standard Java IO.Constructors in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIteratorModifierConstructorDescriptionprotected
FileTreeIterator
(WorkingTreeIterator p, File root, FS fs, FileTreeIterator.FileModeStrategy fileModeStrategy) Create a new iterator to traverse a subdirectory, given the specified FileModeStrategy.protected
Create an iterator for a subtree of an existing iterator.