private static final class WorkingTreeIterator.IteratorState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
contentReadBuffer
Buffer used to perform
WorkingTreeIterator.contentId computations. |
(package private) int |
dirCacheTree
Position of the matching
DirCacheIterator . |
(package private) java.util.Map<java.lang.String,java.lang.Boolean> |
directoryToIgnored |
(package private) java.nio.charset.CharsetEncoder |
nameEncoder
File name character encoder.
|
(package private) WorkingTreeOptions |
options
Options used to process the working tree.
|
(package private) TreeWalk |
walk
TreeWalk with a (supposedly) matching DirCacheIterator.
|
(package private) boolean |
walkIgnored
Whether the iterator shall walk ignored directories.
|
Constructor and Description |
---|
IteratorState(WorkingTreeOptions options) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
initializeReadBuffer() |
final WorkingTreeOptions options
final java.nio.charset.CharsetEncoder nameEncoder
byte[] contentReadBuffer
WorkingTreeIterator.contentId
computations.TreeWalk walk
int dirCacheTree
DirCacheIterator
.boolean walkIgnored
final java.util.Map<java.lang.String,java.lang.Boolean> directoryToIgnored
IteratorState(WorkingTreeOptions options)