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.
|
Modifier and Type | Field and Description |
---|---|
static SVNDiffConflictChoiceStyle |
SVNDiffConflictChoiceStyle.CHOOSE_LATEST |
static SVNDiffConflictChoiceStyle |
SVNDiffConflictChoiceStyle.CHOOSE_MODIFIED |
static SVNDiffConflictChoiceStyle |
SVNDiffConflictChoiceStyle.CHOOSE_MODIFIED_LATEST |
static SVNDiffConflictChoiceStyle |
SVNDiffConflictChoiceStyle.CHOOSE_MODIFIED_ORIGINAL_LATEST |
static SVNDiffConflictChoiceStyle |
SVNDiffConflictChoiceStyle.CHOOSE_ONLY_CONFLICTS |
static SVNDiffConflictChoiceStyle |
SVNDiffConflictChoiceStyle.CHOOSE_RESOLVED_MODIFIED_LATEST |
Modifier and Type | Method and Description |
---|---|
SVNDiffConflictChoiceStyle |
DefaultSVNMerger.getDiffConflictStyle() |
Modifier and Type | Method and Description |
---|---|
int |
FSMergerBySequence.merge(de.regnis.q.sequence.line.QSequenceLineRAData baseData,
de.regnis.q.sequence.line.QSequenceLineRAData localData,
de.regnis.q.sequence.line.QSequenceLineRAData latestData,
SVNDiffOptions options,
OutputStream result,
SVNDiffConflictChoiceStyle style) |
void |
DefaultSVNMerger.setDiffConflictStyle(SVNDiffConflictChoiceStyle diffConflictStyle) |
Constructor and Description |
---|
DefaultSVNMerger(byte[] start,
byte[] sep,
byte[] end,
ISVNConflictHandler callback,
SVNDiffConflictChoiceStyle style) |
Modifier and Type | Method and Description |
---|---|
SvnMergeResult |
DefaultSvnMerger.mergeText(ISvnMerger baseMerger,
File resultFile,
File targetAbspath,
File detranslatedTargetAbspath,
File leftAbspath,
File rightAbspath,
String targetLabel,
String leftLabel,
String rightLabel,
SVNDiffOptions options,
SVNDiffConflictChoiceStyle style) |
Modifier and Type | Method and Description |
---|---|
SvnMergeResult |
ISvnMerger.mergeText(ISvnMerger baseMerger,
File resultFile,
File targetAbspath,
File detranslatedTargetAbspath,
File leftAbspath,
File rightAbspath,
String targetLabel,
String leftLabel,
String rightLabel,
SVNDiffOptions options,
SVNDiffConflictChoiceStyle style)
Performs a text merge.
|
Copyright © 2024. All rights reserved.