Java org.eclipse.jgit.treewalk AbstractTreeIterator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.treewalk AbstractTreeIterator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.eclipse.jgit.treewalk.AbstractTreeIterator has subclasses.
Click this link to see all its subclasses.

Method

voidback(int delta)
Move to prior entry, populating this iterator with the entry data.
booleaneof()
Is this tree iterator at its EOF point (no more entries)?
booleanfirst()
Is this tree iterator positioned on its first entry?
FileModegetEntryFileMode()
Get the file mode of the current entry.
ObjectIdgetEntryObjectId()
Get the object id of the current entry.
StringgetEntryPathString()
Get path of the current entry, as a string.
intgetEntryRawMode()
Get the file mode of the current entry as bits.
voidgetName(byte[] buffer, int offset)
Get the name component of the current entry path into the provided buffer.
intgetNameLength()
Get the length of the name component of the path for the current entry.
byte[]idBuffer()
Get the byte array buffer object IDs must be copied out of.
booleanidEqual(AbstractTreeIterator otherIterator)
Check if the current entry of both iterators has the same id.
intidOffset()
Get the position within #idBuffer() of this entry's ObjectId.
voidnext(int delta)
Move to next entry, populating this iterator with the entry data.
voidreset()
Position this iterator on the first entry.