Uses of Class
org.eclipse.jgit.dircache.DirCacheIterator
-
Packages that use DirCacheIterator Package Description org.eclipse.jgit.attributes Support for reading .gitattributes.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.treewalk 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 DirCacheIterator Modifier and Type Method Description private static AttributesNode
AttributesHandler. attributesNode(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree)
Get theAttributesNode
for the current entry.private void
AttributesHandler. mergePerDirectoryEntryAttributes(java.lang.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.dircache Modifier and Type Class Description class
DirCacheBuildIterator
Iterate and update aDirCache
as part of aTreeWalk
.Constructors in org.eclipse.jgit.dircache with parameters of type DirCacheIterator Constructor Description DirCacheIterator(DirCacheIterator p, DirCacheTree dct)
-
Uses of DirCacheIterator in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return DirCacheIterator Modifier and Type Method Description protected DirCacheIterator
WorkingTreeIterator. getDirCacheIterator()
Retrieves theDirCacheIterator
at the current entry ifWorkingTreeIterator.setDirCacheIterator(TreeWalk, int)
was called.Methods in org.eclipse.jgit.treewalk with parameters of type DirCacheIterator Modifier and Type Method Description FileMode
WorkingTreeIterator. getIndexFileMode(DirCacheIterator indexIter)
Get the file mode to use for the current entry when it is to be updated in the index.private boolean
WorkingTreeIterator. hasCrLfInIndex(DirCacheIterator dirCache)
Determines whether the file was committed un-normalized.
-