Java org.eclipse.jgit.treewalk FileTreeIterator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.treewalk FileTreeIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.treewalk FileTreeIterator.

The text is from its open source code.

Subclass

org.eclipse.jgit.treewalk.FileTreeIterator has subclasses.
Click this link to see all its subclasses.

Constructor

FileTreeIterator(Repository repo)
Create a new iterator to traverse the work tree and its children.
FileTreeIterator(final File root, FS fs, WorkingTreeOptions options, FileModeStrategy fileModeStrategy)
Create a new iterator to traverse the given directory and its children.
FileTreeIterator(final WorkingTreeIterator p, final File root, FS fs, FileModeStrategy fileModeStrategy)
Create a new iterator to traverse a subdirectory, given the specified FileModeStrategy.