Uses of Class
org.tmatesoft.svn.core.wc2.SvnLogMergeInfo
-
Packages that use SvnLogMergeInfo Package Description org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old 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 SvnLogMergeInfo in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnLogMergeInfo Modifier and Type Method Description boolean
SvnNgLogMergeInfo. isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration)
-
Uses of SvnLogMergeInfo in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SvnLogMergeInfo Modifier and Type Method Description boolean
SvnOldLogMergeInfo. isApplicable(SvnLogMergeInfo operation, SvnWcGeneration wcGeneration)
-
Uses of SvnLogMergeInfo in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnLogMergeInfo Modifier and Type Method Description SvnLogMergeInfo
SvnOperationFactory. createLogMergeInfo()
Creates log merge info operation.
-