Uses of Class
org.tmatesoft.svn.core.wc2.SvnMerge
-
Packages that use SvnMerge Package Description org.tmatesoft.svn.core.internal.wc2.ng 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 SvnMerge in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SvnMerge Modifier and Type Field Description (package private) SvnMergeSvnNgMergeDriver. operationMethods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnMerge Modifier and Type Method Description booleanSvnNgMerge. isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration)booleanSvnNgMergePegged. isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration)booleanSvnNgMergeReintegrate. isApplicable(SvnMerge operation, SvnWcGeneration wcGeneration)Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnMerge Constructor Description SvnNgMergeDriver(SVNWCContext context, SvnMerge operation, SvnNgRepositoryAccess repositoryAccess, SVNDiffOptions diffOptions) -
Uses of SvnMerge in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SvnMerge Modifier and Type Method Description SvnMergeSvnOperationFactory. createMerge()Creates merge operation.
-