Uses of Class
org.tmatesoft.svn.core.wc.SVNMergeResult
-
Packages that use SVNMergeResult Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 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 SVNMergeResult in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNMergeResult Modifier and Type Method Description protected DefaultSVNMergerActionDefaultSVNMerger. getMergeAction(SVNMergeFileSet files, SVNMergeResult mergeResult)protected SVNMergeResultDefaultSVNMerger. handleChooseMerged(SVNMergeFileSet files, SVNMergeResult mergeResult)protected SVNMergeResultDefaultSVNMerger. handleMarkResolved(SVNMergeFileSet files, SVNMergeResult mergeResult)protected abstract SVNMergeResultAbstractSVNMerger. processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult)protected SVNMergeResultDefaultSVNMerger. processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult) -
Uses of SVNMergeResult in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNMergeResult Modifier and Type Method Description SVNMergeResultDefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)SVNMergeResultDefaultSvnMerger. mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) -
Uses of SVNMergeResult in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNMergeResult Modifier and Type Method Description static SVNMergeResultSVNMergeResult. createMergeResult(SVNStatusType status, SVNConflictReason reason)Creates a new merge result object.SVNMergeResultISVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)GivenadminArea/localPathand property changes (propDiff) based onserverBaseProps, merges the changes into the working copy.SVNMergeResultISVNMerger. mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options)Performs a text merge.
-