|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.IndexTreeWalker
public class IndexTreeWalker
A class for traversing the index and one or two trees. A visitor is invoked for executing actions, like figuring out how to merge.
| Constructor Summary | |
|---|---|
IndexTreeWalker(GitIndex index,
Tree tree,
java.io.File root,
IndexTreeVisitor visitor)
Construct a walker for the index and one tree. |
|
IndexTreeWalker(GitIndex index,
Tree mainTree,
Tree newTree,
java.io.File root,
IndexTreeVisitor visitor)
Construct a walker for the index and two trees. |
|
| Method Summary | |
|---|---|
void |
walk()
Actually walk the index tree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexTreeWalker(GitIndex index,
Tree tree,
java.io.File root,
IndexTreeVisitor visitor)
index - tree - root - visitor -
public IndexTreeWalker(GitIndex index,
Tree mainTree,
Tree newTree,
java.io.File root,
IndexTreeVisitor visitor)
index - mainTree - newTree - root - visitor - | Method Detail |
|---|
public void walk()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||