org.gitective.core
Interface TreeUtils.ITreeVisitor
- Enclosing class:
- TreeUtils
public static interface TreeUtils.ITreeVisitor
Interface for visiting elements in a tree
|
Method Summary |
boolean |
accept(org.eclipse.jgit.lib.FileMode mode,
String path,
String name,
org.eclipse.jgit.lib.AnyObjectId id)
Visit the given element |
accept
boolean accept(org.eclipse.jgit.lib.FileMode mode,
String path,
String name,
org.eclipse.jgit.lib.AnyObjectId id)
- Visit the given element
- Parameters:
mode - mode of current entrypath - parent path of entry, null for root entriesname - name of current entryid - id of current entry
- Returns:
- true to continue, false to abort
Copyright © 2011-2012. All Rights Reserved.