Uses of Interface
org.tmatesoft.svn.core.wc.ISVNMerger
-
Packages that use ISVNMerger Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of ISVNMerger in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNMerger Modifier and Type Class Description class
AbstractSVNMerger
class
DefaultSVNMerger
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNMerger Modifier and Type Method Description ISVNMerger
DefaultSVNOptions. createMerger(byte[] conflictStart, byte[] conflictSeparator, byte[] conflictEnd)
-
Uses of ISVNMerger in org.tmatesoft.svn.core.internal.wc17
Classes in org.tmatesoft.svn.core.internal.wc17 that implement ISVNMerger Modifier and Type Class Description class
DefaultSvnMerger
-
Uses of ISVNMerger in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return ISVNMerger Modifier and Type Method Description ISVNMerger
ISVNMergerFactory. createMerger(byte[] conflictStart, byte[] conflictSeparator, byte[] conflictEnd)
Creates a new merger driver. -
Uses of ISVNMerger in org.tmatesoft.svn.core.wc2
Subinterfaces of ISVNMerger in org.tmatesoft.svn.core.wc2 Modifier and Type Interface Description interface
ISvnMerger
Merge driver interface used bySVNKit
in merging operations.
-