Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNNodeEditor.Node
-
Packages that use SVNNodeEditor.Node Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNNodeEditor.Node in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNNodeEditor.Node Modifier and Type Field Description private SVNNodeEditor.Node
SVNNodeEditor. myCurrentNode
(package private) SVNNodeEditor.Node
SVNNodeEditor.Node. myParent
private SVNNodeEditor.Node
SVNNodeEditor. myRootNode
Methods in org.tmatesoft.svn.core.internal.wc that return SVNNodeEditor.Node Modifier and Type Method Description private SVNNodeEditor.Node
SVNNodeEditor. addOrOpen(java.lang.String path, char action, SVNNodeKind kind, SVNNodeEditor.Node parent, java.lang.String copyFromPath, long copyFromRevision)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNNodeEditor.Node Modifier and Type Method Description private SVNNodeEditor.Node
SVNNodeEditor. addOrOpen(java.lang.String path, char action, SVNNodeKind kind, SVNNodeEditor.Node parent, java.lang.String copyFromPath, long copyFromRevision)
private void
SVNNodeEditor. diffImpl(FSRoot root, FSRevisionRoot baseRoot, java.lang.String path, java.lang.String basePath, SVNNodeEditor.Node node, ISVNGNUDiffGenerator generator, java.io.OutputStream os)
private SVNLocationEntry
SVNNodeEditor. findRealBaseLocation(SVNNodeEditor.Node node)
private void
SVNNodeEditor. traverseChangedDirsImpl(SVNNodeEditor.Node node, java.lang.String path, ISVNChangedDirectoriesHandler handler)
private void
SVNNodeEditor. traverseChangedTreeImpl(SVNNodeEditor.Node node, java.lang.String path, boolean includeCopyInfo, ISVNChangeEntryHandler handler)
-