Uses of Class
org.eclipse.jgit.treewalk.AbstractTreeIterator
Packages that use AbstractTreeIterator
Package
Description
High-level API commands (the porcelain of JGit).
Support for reading .gitattributes.
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.
Git notes processing (for commits, etc).
Git submodule support.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of AbstractTreeIterator in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as AbstractTreeIteratorModifier and TypeFieldDescriptionprivate AbstractTreeIteratorDiffCommand.newTreeprivate AbstractTreeIteratorDiffCommand.oldTreeMethods in org.eclipse.jgit.api with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionDiffCommand.setNewTree(AbstractTreeIterator newTree) Set new treeDiffCommand.setOldTree(AbstractTreeIterator oldTree) Set old tree -
Uses of AbstractTreeIterator in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes with type parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionprivate static <T extends AbstractTreeIterator>
TAttributesHandler.parentOf(T node) private static <T extends AbstractTreeIterator>
TAttributesHandler.rootOf(T node) -
Uses of AbstractTreeIterator in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that return AbstractTreeIteratorModifier and TypeMethodDescriptionprivate AbstractTreeIteratorDiffFormatter.makeIteratorFromTreeOrNull(RevTree tree) Methods in org.eclipse.jgit.diff with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionvoidDiffFormatter.format(AbstractTreeIterator a, AbstractTreeIterator b) Format the differences between two trees.private static TreeFilterDiffFormatter.getDiffTreeFilterFor(AbstractTreeIterator a, AbstractTreeIterator b) DiffFormatter.scan(AbstractTreeIterator a, AbstractTreeIterator b) Determine the differences between two trees.private ContentSourceDiffFormatter.source(AbstractTreeIterator iterator) -
Uses of AbstractTreeIterator in org.eclipse.jgit.dircache
Subclasses of AbstractTreeIterator in org.eclipse.jgit.dircacheModifier and TypeClassDescriptionclassIterate and update aDirCacheas part of aTreeWalk.classIterate aDirCacheas part of aTreeWalk.Methods in org.eclipse.jgit.dircache that return AbstractTreeIteratorModifier and TypeMethodDescriptionDirCacheBuildIterator.createSubtreeIterator(ObjectReader reader) Create a new iterator for the current entry's subtree.DirCacheIterator.createSubtreeIterator(ObjectReader reader) Create a new iterator for the current entry's subtree.Methods in org.eclipse.jgit.dircache with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionprivate voidDirCacheCheckout.conflict(String path, DirCacheEntry e, AbstractTreeIterator h, AbstractTreeIterator m) A conflict is detected - add the three different stages to the indexprivate static booleanDirCacheCheckout.idEqual(AbstractTreeIterator a, AbstractTreeIterator b) -
Uses of AbstractTreeIterator in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionprivate booleanIndexDiff.isEntryGitLink(AbstractTreeIterator ti) -
Uses of AbstractTreeIterator in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that return AbstractTreeIteratorModifier and TypeMethodDescriptionprivate AbstractTreeIteratorStrategySimpleTwoWayInCore.InCoreMerger.getTree(int tree) protected AbstractTreeIteratorThreeWayMerger.mergeBase()Create an iterator to walk the merge base.protected AbstractTreeIteratorMerger.openTree(AnyObjectId treeId) Open an iterator over a tree.Methods in org.eclipse.jgit.merge with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionprotected booleanResolveMerger.mergeTrees(AbstractTreeIterator baseTree, RevTree headTree, RevTree mergeTree, boolean ignoreConflicts) The resolve conflict way of three way merging -
Uses of AbstractTreeIterator in org.eclipse.jgit.notes
Subclasses of AbstractTreeIterator in org.eclipse.jgit.notesModifier and TypeClassDescription(package private) final classCustom tree parser to select note bucket type and load it. -
Uses of AbstractTreeIterator in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as AbstractTreeIteratorModifier and TypeFieldDescriptionprivate AbstractTreeIteratorDiff.newTreeprivate AbstractTreeIteratorDiffTool.newTreeprivate AbstractTreeIteratorDiff.oldTreeprivate AbstractTreeIteratorDiffTool.oldTreeprivate AbstractTreeIteratorLsTree.treeFields in org.eclipse.jgit.pgm with type parameters of type AbstractTreeIteratorMethods in org.eclipse.jgit.pgm with parameters of type AbstractTreeIterator -
Uses of AbstractTreeIterator in org.eclipse.jgit.pgm.opt
Constructor parameters in org.eclipse.jgit.pgm.opt with type arguments of type AbstractTreeIteratorModifierConstructorDescriptionAbstractTreeIteratorHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super AbstractTreeIterator> setter) Create a new handler for the command name. -
Uses of AbstractTreeIterator in org.eclipse.jgit.submodule
Fields in org.eclipse.jgit.submodule declared as AbstractTreeIteratorMethods in org.eclipse.jgit.submodule with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionstatic SubmoduleWalkSubmoduleWalk.forPath(Repository repository, AbstractTreeIterator iterator, String path) Create a generator and advance it to the submodule entry at the given pathSubmoduleWalk.setRootTree(AbstractTreeIterator tree) Set the tree used by this walk for finding.gitmodules.SubmoduleWalk.setTree(AbstractTreeIterator iterator) Set the tree iterator used for finding submodule entries -
Uses of AbstractTreeIterator in org.eclipse.jgit.treewalk
Subclasses of AbstractTreeIterator in org.eclipse.jgit.treewalkModifier and TypeClassDescriptionclassParses raw Git trees from the canonical semi-text/semi-binary format.classIterator over an empty tree (a directory with no files).classWorking directory iterator for standard Java IO.classWalks a working directory tree as part of aTreeWalk.Fields in org.eclipse.jgit.treewalk declared as AbstractTreeIteratorModifier and TypeFieldDescription(package private) AbstractTreeIteratorTreeWalk.currentHeadprivate AbstractTreeIteratorNameConflictTreeWalk.dfConflict(package private) AbstractTreeIteratorAbstractTreeIterator.matchesThe iterator this current entry is path equal to.private static final AbstractTreeIterator[]TreeWalk.NO_TREESfinal AbstractTreeIteratorAbstractTreeIterator.parentIterator for the parent tree; null if we are the root iterator.(package private) AbstractTreeIterator[]TreeWalk.treesMethods in org.eclipse.jgit.treewalk with type parameters of type AbstractTreeIteratorModifier and TypeMethodDescription<T extends AbstractTreeIterator>
TObtain the tree iterator for the current entry.<T extends AbstractTreeIterator>
TGet the tree of that type.Methods in org.eclipse.jgit.treewalk that return AbstractTreeIteratorModifier and TypeMethodDescriptionprivate AbstractTreeIteratorNameConflictTreeWalk.combineDF(AbstractTreeIterator minRef) abstract AbstractTreeIteratorAbstractTreeIterator.createSubtreeIterator(ObjectReader reader) Create a new iterator for the current entry's subtree.AbstractTreeIterator.createSubtreeIterator(ObjectReader reader, MutableObjectId idBuffer) Create a new iterator for the current entry's subtree.EmptyTreeIterator.createSubtreeIterator(ObjectReader reader) Create a new iterator for the current entry's subtree.FileTreeIterator.createSubtreeIterator(ObjectReader reader) Create a new iterator for the current entry's subtree.protected AbstractTreeIteratorFileTreeIterator.enterSubtree()Create a new iterator for the current entry's subtree.private AbstractTreeIteratorNameConflictTreeWalk.fastMin()(package private) AbstractTreeIteratorNameConflictTreeWalk.min()(package private) AbstractTreeIteratorTreeWalk.min()Methods in org.eclipse.jgit.treewalk with parameters of type AbstractTreeIteratorModifier and TypeMethodDescriptionintTreeWalk.addTree(AbstractTreeIterator p) Add an already created tree iterator for walking.private static intAbstractTreeIterator.alreadyMatch(AbstractTreeIterator a, AbstractTreeIterator b) private AbstractTreeIteratorNameConflictTreeWalk.combineDF(AbstractTreeIterator minRef) booleanAbstractTreeIterator.idEqual(AbstractTreeIterator otherIterator) Check if the current entry of both iterators has the same id.private booleanNameConflictTreeWalk.isGitlink(AbstractTreeIterator p) private static booleanNameConflictTreeWalk.isTree(AbstractTreeIterator p) private static booleanNameConflictTreeWalk.nameEqual(AbstractTreeIterator a, AbstractTreeIterator b) intAbstractTreeIterator.pathCompare(AbstractTreeIterator p) Compare the path of this current entry to another iterator's entry.(package private) intAbstractTreeIterator.pathCompare(AbstractTreeIterator p, int pMode) (package private) static StringTreeWalk.pathOf(AbstractTreeIterator t) private booleanNameConflictTreeWalk.skipEntry(AbstractTreeIterator minRef) Constructors in org.eclipse.jgit.treewalk with parameters of type AbstractTreeIteratorModifierConstructorDescriptionprotectedCreate an iterator for a subtree of an existing iterator.protectedAbstractTreeIterator(AbstractTreeIterator p, byte[] childPath, int childPathOffset) Create an iterator for a subtree of an existing iterator.(package private)EmptyTreeIterator(AbstractTreeIterator p, byte[] childPath, int childPathOffset) Create an iterator for a subtree of an existing iterator.