public static interface TreeUtils.ITreeVisitor
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.eclipse.jgit.lib.FileMode mode,
String path,
String name,
org.eclipse.jgit.lib.AnyObjectId id)
Visit the given element
|
boolean accept(org.eclipse.jgit.lib.FileMode mode,
String path,
String name,
org.eclipse.jgit.lib.AnyObjectId id)
mode - mode of current entrypath - parent path of entry, null for root entriesname - name of current entryid - id of current entryCopyright © 2011-2017. All Rights Reserved.