|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.AbstractIndexTreeVisitor
public class AbstractIndexTreeVisitor
Implementation of IndexTreeVisitor that can be subclassed if you don't case about certain events
| Constructor Summary | |
|---|---|
AbstractIndexTreeVisitor()
|
|
| Method Summary | |
|---|---|
void |
finishVisitTree(Tree tree,
int i,
java.lang.String curDir)
Invoked after handling all child nodes of a tree, during two way merge. |
void |
finishVisitTree(Tree tree,
Tree auxTree,
java.lang.String curDir)
Invoked after handling all child nodes of a tree, during a three way merge |
void |
visitEntry(TreeEntry treeEntry,
GitIndex.Entry indexEntry,
java.io.File file)
Visit a blob, and corresponding tree and index entries. |
void |
visitEntry(TreeEntry treeEntry,
TreeEntry auxEntry,
GitIndex.Entry indexEntry,
java.io.File file)
Visit a blob, and corresponding tree nodes and associated index entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIndexTreeVisitor()
| Method Detail |
|---|
public void finishVisitTree(Tree tree,
Tree auxTree,
java.lang.String curDir)
throws java.io.IOException
IndexTreeVisitor
finishVisitTree in interface IndexTreeVisitorjava.io.IOException
public void finishVisitTree(Tree tree,
int i,
java.lang.String curDir)
throws java.io.IOException
IndexTreeVisitor
finishVisitTree in interface IndexTreeVisitorjava.io.IOException
public void visitEntry(TreeEntry treeEntry,
GitIndex.Entry indexEntry,
java.io.File file)
throws java.io.IOException
IndexTreeVisitor
visitEntry in interface IndexTreeVisitorjava.io.IOException
public void visitEntry(TreeEntry treeEntry,
TreeEntry auxEntry,
GitIndex.Entry indexEntry,
java.io.File file)
throws java.io.IOException
IndexTreeVisitor
visitEntry in interface IndexTreeVisitorjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||