Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNDiffConflictChoiceStyle
Packages that use SVNDiffConflictChoiceStyle
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 SVNDiffConflictChoiceStyle in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDiffConflictChoiceStyleModifier and TypeFieldDescriptionstatic final SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle.CHOOSE_LATESTstatic final SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle.CHOOSE_MODIFIEDstatic final SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle.CHOOSE_MODIFIED_LATESTstatic final SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle.CHOOSE_MODIFIED_ORIGINAL_LATESTstatic final SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle.CHOOSE_ONLY_CONFLICTSstatic final SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle.CHOOSE_RESOLVED_MODIFIED_LATESTprivate SVNDiffConflictChoiceStyleDefaultSVNMerger.myDiffConflictStyleMethods in org.tmatesoft.svn.core.internal.wc that return SVNDiffConflictChoiceStyleMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffConflictChoiceStyleModifier and TypeMethodDescriptionprivate intFSMergerBySequence.createConflict(java.io.OutputStream result, de.regnis.q.sequence.QSequenceDifferenceBlock localStart, de.regnis.q.sequence.QSequenceDifferenceBlock localEnd, de.regnis.q.sequence.QSequenceDifferenceBlock latestStart, de.regnis.q.sequence.QSequenceDifferenceBlock latestEnd, de.regnis.q.sequence.line.QSequenceLineCache localLines, de.regnis.q.sequence.line.QSequenceLineCache latestLines, int baseLineIndex, java.util.List transformedLocalLines, SVNDiffConflictChoiceStyle style) intFSMergerBySequence.merge(de.regnis.q.sequence.line.QSequenceLineRAData baseData, de.regnis.q.sequence.line.QSequenceLineRAData localData, de.regnis.q.sequence.line.QSequenceLineRAData latestData, SVNDiffOptions options, java.io.OutputStream result, SVNDiffConflictChoiceStyle style) voidDefaultSVNMerger.setDiffConflictStyle(SVNDiffConflictChoiceStyle diffConflictStyle) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffConflictChoiceStyleModifierConstructorDescriptionDefaultSVNMerger(byte[] start, byte[] sep, byte[] end, ISVNConflictHandler callback, SVNDiffConflictChoiceStyle style) -
Uses of SVNDiffConflictChoiceStyle in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNDiffConflictChoiceStyleModifier and TypeMethodDescriptionprivate booleanSVNWCContext.doTextMerge(ISvnMerger customMerger, java.io.File resultFile, java.io.File targetAbsPath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style) DefaultSvnMerger.mergeText(ISvnMerger baseMerger, java.io.File resultFile, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style) -
Uses of SVNDiffConflictChoiceStyle in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNDiffConflictChoiceStyleModifier and TypeMethodDescriptionISvnMerger.mergeText(ISvnMerger baseMerger, java.io.File resultFile, java.io.File targetAbspath, java.io.File detranslatedTargetAbspath, java.io.File leftAbspath, java.io.File rightAbspath, java.lang.String targetLabel, java.lang.String leftLabel, java.lang.String rightLabel, SVNDiffOptions options, SVNDiffConflictChoiceStyle style) Performs a text merge.