Package org.eclipse.jgit.treewalk
Class WorkingTreeIterator.IteratorState
java.lang.Object
org.eclipse.jgit.treewalk.WorkingTreeIterator.IteratorState
- Enclosing class:
- WorkingTreeIterator
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]Buffer used to performWorkingTreeIterator.contentIdcomputations.(package private) intPosition of the matchingDirCacheIterator.(package private) final CharsetEncoderFile name character encoder.(package private) final WorkingTreeOptionsOptions used to process the working tree.(package private) TreeWalkTreeWalk with a (supposedly) matching DirCacheIterator.(package private) booleanWhether the iterator shall walk ignored directories. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
options
Options used to process the working tree. -
nameEncoder
File name character encoder. -
contentReadBuffer
byte[] contentReadBufferBuffer used to performWorkingTreeIterator.contentIdcomputations. -
walk
TreeWalk walkTreeWalk with a (supposedly) matching DirCacheIterator. -
dirCacheTree
int dirCacheTreePosition of the matchingDirCacheIterator. -
walkIgnored
boolean walkIgnoredWhether the iterator shall walk ignored directories. -
directoryToIgnored
-
-
Constructor Details
-
IteratorState
IteratorState(WorkingTreeOptions options)
-
-
Method Details
-
initializeReadBuffer
void initializeReadBuffer()
-