|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.TreeVisitorWithCurrentDirectory
public abstract class TreeVisitorWithCurrentDirectory
Abstract TreeVisitor for visiting all files known by a Tree.
| Method Summary | |
|---|---|
void |
endVisitTree(Tree t)
Visit to a tree node. |
void |
startVisitTree(Tree t)
Visit to a tree node before child nodes are visited. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.jgit.lib.TreeVisitor |
|---|
visitFile, visitGitlink, visitSymlink |
| Method Detail |
|---|
public void startVisitTree(Tree t)
throws java.io.IOException
TreeVisitor
startVisitTree in interface TreeVisitort - Tree
java.io.IOException
public void endVisitTree(Tree t)
throws java.io.IOException
TreeVisitor
endVisitTree in interface TreeVisitort - Tree
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||