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 AttributesNodeAttributesHandler. attributesNode(TreeWalk treeWalk, WorkingTreeIterator workingTreeIterator, DirCacheIterator dirCacheIterator, CanonicalTreeParser otherTree)Get theAttributesNodefor the current entry.private voidAttributesHandler. 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 classDirCacheBuildIteratorIterate and update aDirCacheas 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 DirCacheIteratorWorkingTreeIterator. getDirCacheIterator()Retrieves theDirCacheIteratorat 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 FileModeWorkingTreeIterator. 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.
-