Class WorkingTreeIterator.IteratorState

java.lang.Object
org.eclipse.jgit.treewalk.WorkingTreeIterator.IteratorState
Enclosing class:
WorkingTreeIterator

private static final class WorkingTreeIterator.IteratorState extends Object
  • Field Details

    • options

      final WorkingTreeOptions options
      Options used to process the working tree.
    • nameEncoder

      final CharsetEncoder nameEncoder
      File name character encoder.
    • contentReadBuffer

      byte[] contentReadBuffer
      Buffer used to perform WorkingTreeIterator.contentId computations.
    • walk

      TreeWalk walk
      TreeWalk with a (supposedly) matching DirCacheIterator.
    • dirCacheTree

      int dirCacheTree
      Position of the matching DirCacheIterator.
    • walkIgnored

      boolean walkIgnored
      Whether the iterator shall walk ignored directories.
    • directoryToIgnored

      final Map<String,Boolean> directoryToIgnored
  • Constructor Details

  • Method Details

    • initializeReadBuffer

      void initializeReadBuffer()