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
 

Method Detail

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 entry
path - parent path of entry, null for root entries
name - name of current entry
id - id of current entry
Returns:
true to continue, false to abort


Copyright © 2011-2012. All Rights Reserved.