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.
|
| 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.final java.util.Map<java.lang.String,java.lang.Boolean> directoryToIgnored
IteratorState(WorkingTreeOptions options)