Uses of Class
org.tmatesoft.svn.core.internal.wc.SVNDiffConflictChoiceStyle
-
Packages that use SVNDiffConflictChoiceStyle Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 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 SVNDiffConflictChoiceStyle in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNDiffConflictChoiceStyle Modifier and Type Field Description static SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle. CHOOSE_LATESTstatic SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle. CHOOSE_MODIFIEDstatic SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle. CHOOSE_MODIFIED_LATESTstatic SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle. CHOOSE_MODIFIED_ORIGINAL_LATESTstatic SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle. CHOOSE_ONLY_CONFLICTSstatic SVNDiffConflictChoiceStyleSVNDiffConflictChoiceStyle. CHOOSE_RESOLVED_MODIFIED_LATESTMethods in org.tmatesoft.svn.core.internal.wc that return SVNDiffConflictChoiceStyle Modifier and Type Method Description SVNDiffConflictChoiceStyleDefaultSVNMerger. getDiffConflictStyle()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNDiffConflictChoiceStyle Modifier and Type Method Description 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 SVNDiffConflictChoiceStyle Constructor Description DefaultSVNMerger(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 SVNDiffConflictChoiceStyle Modifier and Type Method Description SvnMergeResultDefaultSvnMerger. 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 SVNDiffConflictChoiceStyle Modifier and Type Method Description SvnMergeResultISvnMerger. 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.
-