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.NodeSVNNodeEditor. myCurrentNode(package private) SVNNodeEditor.NodeSVNNodeEditor.Node. myParentprivate SVNNodeEditor.NodeSVNNodeEditor. myRootNodeMethods in org.tmatesoft.svn.core.internal.wc that return SVNNodeEditor.Node Modifier and Type Method Description private SVNNodeEditor.NodeSVNNodeEditor. 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.NodeSVNNodeEditor. addOrOpen(java.lang.String path, char action, SVNNodeKind kind, SVNNodeEditor.Node parent, java.lang.String copyFromPath, long copyFromRevision)private voidSVNNodeEditor. diffImpl(FSRoot root, FSRevisionRoot baseRoot, java.lang.String path, java.lang.String basePath, SVNNodeEditor.Node node, ISVNGNUDiffGenerator generator, java.io.OutputStream os)private SVNLocationEntrySVNNodeEditor. findRealBaseLocation(SVNNodeEditor.Node node)private voidSVNNodeEditor. traverseChangedDirsImpl(SVNNodeEditor.Node node, java.lang.String path, ISVNChangedDirectoriesHandler handler)private voidSVNNodeEditor. traverseChangedTreeImpl(SVNNodeEditor.Node node, java.lang.String path, boolean includeCopyInfo, ISVNChangeEntryHandler handler)
-