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

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

Introduction

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

The text is from its open source code.

Subclass

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

Method

longgetEntryContentLength()
Get the filtered input length of this entry
longgetEntryLastModified()
Get the last modified time of this entry.
longgetEntryLength()
Get the raw byte length of this 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.
FileModegetIndexFileMode(DirCacheIterator indexIter)
Get the file mode to use for the current entry when it is to be updated in the index.
booleanisEntryIgnored()
Determine if the current entry path is ignored by an ignore rule.
booleanisModeDifferent(int rawMode)
Is the file mode of the current entry different than the given raw mode?
booleanisModified(DirCacheEntry entry, boolean forceContentCheck, ObjectReader reader)
Checks whether this entry differs from a given entry from the org.eclipse.jgit.dircache.DirCache .
voidnext(int delta)
InputStreamopenEntryStream()
Obtain an input stream to read the file content.