Uses of Class
org.tmatesoft.svn.core.wc2.SvnGetMergeInfo
Packages that use SvnGetMergeInfo
Package
Description
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 SvnGetMergeInfo in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnGetMergeInfoModifier and TypeMethodDescriptionboolean
SvnNgGetMergeInfo.isApplicable
(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) -
Uses of SvnGetMergeInfo in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnGetMergeInfoModifier and TypeMethodDescriptionboolean
SvnOldGetMergeInfo.isApplicable
(SvnGetMergeInfo operation, SvnWcGeneration wcGeneration) -
Uses of SvnGetMergeInfo in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnGetMergeInfoModifier and TypeMethodDescriptionSvnOperationFactory.createGetMergeInfo()
Creates get merge info operation.