Uses of Interface
org.tmatesoft.svn.core.wc.ISVNMergerFactory
-
Packages that use ISVNMergerFactory Package Description org.tmatesoft.svn.core.internal.wc 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. -
-
Uses of ISVNMergerFactory in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNMergerFactory Modifier and Type Class Description class
DefaultSVNOptions
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNMergerFactory Modifier and Type Method Description ISVNMergerFactory
DefaultSVNOptions. getMergerFactory()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNMergerFactory Modifier and Type Method Description void
DefaultSVNOptions. setMergerFactory(ISVNMergerFactory mergerFactory)
Sets a factory object which is responsible for creating merger drivers. -
Uses of ISVNMergerFactory in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return ISVNMergerFactory Modifier and Type Method Description ISVNMergerFactory
ISVNOptions. getMergerFactory()
Returns a factory object which is responsible for creating merger drivers.
-