Java org.eclipse.jgit.dircache DirCacheIterator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.dircache DirCacheIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.dircache DirCacheIterator.

The text is from its open source code.

Constructor

DirCacheIterator(DirCache dc)
Create a new iterator for an already loaded DirCache instance.

Method

DirCacheEntrygetDirCacheEntry()
Get the DirCacheEntry for the current file.
FileModegetEntryFileMode()
Get the file mode of the current entry.
ObjectIdgetEntryObjectId()
Get the object id of the current entry.
intgetEntryRawMode()
Get the file mode of the current entry as bits.
booleanidEqual(AbstractTreeIterator otherIterator)
Check if the current entry of both iterators has the same id.