Uses of Interface
org.tmatesoft.svn.core.wc.ISVNMerger
Packages that use ISVNMerger
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
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 ISVNMergerMethods in org.tmatesoft.svn.core.internal.wc that return ISVNMergerModifier and TypeMethodDescriptionDefaultSVNOptions.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 -
Uses of ISVNMerger in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return ISVNMergerModifier and TypeMethodDescriptionISVNMergerFactory.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.wc2Modifier and TypeInterfaceDescriptioninterface
Merge driver interface used bySVNKit
in merging operations.