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

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

Introduction

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

Usage

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

/**
 * Java IO file tree iterator that can adapt to a {@link ContainerTreeIterator}
 * <p>
 * The iterator automatically adapts to a {@link ContainerTreeIterator} when
 * recursing into directories that are accessible from the given workspace root.
 *

From source file org.eclipse.ptp.internal.rdt.sync.git.core.SyncFileTreeIterator.java

/** 
 * Identical to FileTreeIterator, besides that it uses GitSyncFileFilter (which uses only info/exclude)
 * for filtering (and not .gitignore). It does not fix 401161. Thus it does not ignore files which exclusion pattern
 * in an ignored folder.
 * 
 * @author Roland Schulz