Example usage for org.eclipse.jgit.treewalk WorkingTreeIterator subclass-usage

List of usage examples for org.eclipse.jgit.treewalk WorkingTreeIterator subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.treewalk WorkingTreeIterator subclass-usage.

Usage

From source file org.eclipse.egit.core.ContainerTreeIterator.java

/**
 * Adapts an Eclipse {@link IContainer} for use in a <code>TreeWalk</code>.
 * <p>
 * This iterator converts an Eclipse IContainer object into something that a
 * TreeWalk instance can iterate over in parallel with any other Git tree data
 * structure, such as another working directory tree from outside of the