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 classAbstractSVNMergerclassDefaultSVNMergerMethods in org.tmatesoft.svn.core.internal.wc that return ISVNMerger Modifier and Type Method Description ISVNMergerDefaultSVNOptions. 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 classDefaultSvnMerger -
Uses of ISVNMerger in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return ISVNMerger Modifier and Type Method Description ISVNMergerISVNMergerFactory. 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 interfaceISvnMergerMerge driver interface used bySVNKitin merging operations.
-