Uses of Class
org.tmatesoft.svn.core.wc.SVNMergeFileSet
Packages that use SVNMergeFileSet
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNMergeFileSet in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNMergeFileSetModifier and TypeMethodDescriptionprivate voidSVNCommandLineConflictHandler.showConflictedChunks(SVNMergeFileSet files) -
Uses of SVNMergeFileSet in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNMergeFileSetModifier and TypeMethodDescriptionprotected DefaultSVNMergerActionDefaultSVNMerger.getMergeAction(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.handleChooseBase(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleChooseConflicted(boolean chooseMine, SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleChooseMerged(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.handleChooseRepository(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleChooseWorking(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleMarkBinaryConflicted(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleMarkConflicted(SVNMergeFileSet files) protected SVNMergeResultDefaultSVNMerger.handleMarkResolved(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.handleMarkTextConflicted(SVNMergeFileSet files) protected voidDefaultSVNMerger.makeBinaryConflictEntry(SVNMergeFileSet files, java.lang.String newFilePath, java.lang.String oldFilePath) protected voidDefaultSVNMerger.makeTextConflictEntry(SVNMergeFileSet files, java.lang.String mineFilePath, java.lang.String newFilePath, java.lang.String oldFilePath) AbstractSVNMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) protected voidDefaultSVNMerger.postMergeCleanup(SVNMergeFileSet files) protected abstract SVNMergeResultAbstractSVNMerger.processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult) protected SVNMergeResultDefaultSVNMerger.processMergedFiles(SVNMergeFileSet files, SVNMergeResult mergeResult) -
Uses of SVNMergeFileSet in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNMergeFileSetModifier and TypeMethodDescriptionDefaultSvnMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) -
Uses of SVNMergeFileSet in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNMergeFileSetMethods in org.tmatesoft.svn.core.wc that return SVNMergeFileSetModifier and TypeMethodDescriptionSVNConflictDescription.getMergeFiles()Returns information about files involved in the merge.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNMergeFileSetModifier and TypeMethodDescriptionISVNMerger.mergeText(SVNMergeFileSet files, boolean dryRun, SVNDiffOptions options) Performs a text merge.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNMergeFileSetModifierConstructorDescriptionSVNConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNConflictDescriptionobject.SVNPropertyConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, java.lang.String propertyName, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNPropertyConflictDescriptionobject.SVNTextConflictDescription(SVNMergeFileSet mergeFiles, SVNNodeKind nodeKind, SVNConflictAction conflictAction, SVNConflictReason conflictReason) Creates a newSVNTextConflictDescriptionobject.