Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.Entry
-
Packages that use WorkingTreeIterator.Entry Package Description org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system). -
-
Uses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk
Subclasses of WorkingTreeIterator.Entry in org.eclipse.jgit.treewalk Modifier and Type Class Description static class
FileTreeIterator.FileEntry
Wrapper for a standard Java IO fileFields in org.eclipse.jgit.treewalk declared as WorkingTreeIterator.Entry Modifier and Type Field Description protected static WorkingTreeIterator.Entry[]
WorkingTreeIterator. EOF
An empty entry array, suitable forWorkingTreeIterator.init(Entry[])
.Methods in org.eclipse.jgit.treewalk that return WorkingTreeIterator.Entry Modifier and Type Method Description protected WorkingTreeIterator.Entry
WorkingTreeIterator. current()
Obtain the current entry from this iterator.Methods in org.eclipse.jgit.treewalk with parameters of type WorkingTreeIterator.Entry Modifier and Type Method Description protected byte[]
FileTreeIterator. idSubmodule(WorkingTreeIterator.Entry e)
protected byte[]
WorkingTreeIterator. idSubmodule(File directory, WorkingTreeIterator.Entry e)
Get submodule id using the repository at the location of the entry relative to the directory.protected byte[]
WorkingTreeIterator. idSubmodule(WorkingTreeIterator.Entry e)
Get submodule id for given entry.protected void
WorkingTreeIterator. init(WorkingTreeIterator.Entry[] list)
Constructor helper.
-