|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TreeVisitor
A TreeVisitor is invoked depth first for every node in a tree and is expected to perform different actions.
| 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. |
void |
visitFile(FileTreeEntry f)
Visit to a blob. |
void |
visitGitlink(GitlinkTreeEntry s)
Visit to a gitlink. |
void |
visitSymlink(SymlinkTreeEntry s)
Visit to a symlink. |
| Method Detail |
|---|
void startVisitTree(Tree t)
throws java.io.IOException
t - Tree
java.io.IOException
void endVisitTree(Tree t)
throws java.io.IOException
t - Tree
java.io.IOException
void visitFile(FileTreeEntry f)
throws java.io.IOException
f - Blob
java.io.IOException
void visitSymlink(SymlinkTreeEntry s)
throws java.io.IOException
s - Symlink entry
java.io.IOException
void visitGitlink(GitlinkTreeEntry s)
throws java.io.IOException
s - Gitlink entry
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||