Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNTreeConflictEditor
-
Packages that use SVNTreeConflictEditor Package Description org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of SVNTreeConflictEditor in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNTreeConflictEditor Modifier and Type Method Description private void
SVNWCDb. driveTreeConflictEditor(SVNTreeConflictEditor treeConflictEditor, java.io.File srcRelPath, java.io.File dstRelPath, int srcOpDepth, SVNOperation operation, SVNConflictReason localChange, SVNConflictAction incomingChange, SVNConflictVersion oldVersion, SVNConflictVersion newVersion, SVNWCDbRoot wcRoot)
private void
SVNWCDb. updateMovedAwayNode(SVNTreeConflictEditor treeConflictEditor, java.io.File srcRelPath, java.io.File dstRelPath, int srcOpDepth, java.io.File moveRootDstRelPath, long moveRootDstRevision, SVNWCDbRoot wcRoot)
-