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

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

Introduction

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

The text is from its open source code.

Constructor

CanonicalTreeParser()
Create a new parser.
CanonicalTreeParser(final byte[] prefix, final ObjectReader reader, final AnyObjectId treeId)
Create a new parser for a tree appearing in a subset of a repository.

Method

booleaneof()
FileModegetEntryFileMode()
Get the file mode of the current entry.
ObjectIdgetEntryObjectId()
Get the object id of the current entry.
byte[]getEntryPathBuffer()
Get the current entry path buffer.
intgetEntryPathLength()
Get length of the path in #getEntryPathBuffer() .
StringgetEntryPathString()
Get path of the current entry, as a string.
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.
CanonicalTreeParsernext()
Get this iterator, or its parent, if the tree is at eof.
voidnext(int delta)
voidreset(ObjectReader reader, AnyObjectId id)
Reset this parser to walk through the given tree.