Uses of Class
org.eclipse.jgit.dircache.DirCacheIterator
Packages that use DirCacheIterator
Package
Description
Support for reading .gitattributes.
Reading and editing the directory cache (index).
Walking and comparing directory/file trees (of commits, file system).
-
Uses of DirCacheIterator in org.eclipse.jgit.attributes
Methods in org.eclipse.jgit.attributes with parameters of type DirCacheIteratorModifier and TypeMethodDescriptionprivate static AttributesNodeAttributesHandler.attributesNode(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree) Get theAttributesNodefor the current entry.private voidAttributesHandler.mergePerDirectoryEntryAttributes(String entryPath, int nameRoot, boolean isDirectory, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree, Attributes result) Merges the matching working directory attributes for an entry path. -
Uses of DirCacheIterator in org.eclipse.jgit.dircache
Subclasses of DirCacheIterator in org.eclipse.jgit.dircacheConstructors in org.eclipse.jgit.dircache with parameters of type DirCacheIteratorModifierConstructorDescription(package private) -
Uses of DirCacheIterator in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return DirCacheIteratorModifier and TypeMethodDescriptionprotected DirCacheIteratorWorkingTreeIterator.getDirCacheIterator()Retrieves theDirCacheIteratorat the current entry ifWorkingTreeIterator.setDirCacheIterator(TreeWalk, int)was called.Methods in org.eclipse.jgit.treewalk with parameters of type DirCacheIteratorModifier and TypeMethodDescriptionWorkingTreeIterator.getIndexFileMode(DirCacheIterator indexIter) Get the file mode to use for the current entry when it is to be updated in the index.private booleanWorkingTreeIterator.hasCrLfInIndex(DirCacheIterator dirCache) Determines whether the file was committed un-normalized.