|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.ForceModified
public class ForceModified
Visitor for marking all nodes of a tree as modified.
| Constructor Summary | |
|---|---|
ForceModified()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForceModified()
| 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
public void visitFile(FileTreeEntry f)
throws java.io.IOException
TreeVisitor
visitFile in interface TreeVisitorf - Blob
java.io.IOException
public void visitSymlink(SymlinkTreeEntry s)
throws java.io.IOException
TreeVisitor
visitSymlink in interface TreeVisitors - Symlink entry
java.io.IOException
public void visitGitlink(GitlinkTreeEntry s)
throws java.io.IOException
TreeVisitor
visitGitlink in interface TreeVisitors - Gitlink entry
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||