Class FileTreeIterator.NoGitlinksStrategy

java.lang.Object
org.eclipse.jgit.treewalk.FileTreeIterator.NoGitlinksStrategy
All Implemented Interfaces:
FileTreeIterator.FileModeStrategy
Enclosing class:
FileTreeIterator

public static class FileTreeIterator.NoGitlinksStrategy extends Object implements FileTreeIterator.FileModeStrategy
A FileModeStrategy that implements native git's DIR_NO_GITLINKS behavior. This is the same as the default FileModeStrategy, except all directories will be treated as directories regardless of whether or not they contain a .git directory or file.
Since:
4.3
  • Field Details

  • Constructor Details

    • NoGitlinksStrategy

      public NoGitlinksStrategy()
  • Method Details