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 classDefaultSVNOptionsFields in org.tmatesoft.svn.core.internal.wc declared as ISVNMergerFactory Modifier and Type Field Description private ISVNMergerFactoryDefaultSVNOptions. myMergerFactoryMethods in org.tmatesoft.svn.core.internal.wc that return ISVNMergerFactory Modifier and Type Method Description ISVNMergerFactoryDefaultSVNOptions. getMergerFactory()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNMergerFactory Modifier and Type Method Description voidDefaultSVNOptions. 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 ISVNMergerFactoryISVNOptions. getMergerFactory()Returns a factory object which is responsible for creating merger drivers.
-