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.contentId
computations.(package private) int
Position of the matchingDirCacheIterator
.(package private) final CharsetEncoder
File name character encoder.(package private) final WorkingTreeOptions
Options used to process the working tree.(package private) TreeWalk
TreeWalk with a (supposedly) matching DirCacheIterator.(package private) boolean
Whether 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.contentId
computations. -
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()
-