@Deprecated public static enum ThreeWayMerge.ResultFormat extends Enum<ThreeWayMerge.ResultFormat>
ThreeWayMergeResultType is either
ThreeWayMergeResultType.TWO_WAY_RESULT or ThreeWayMergeResultType.RULE_PROCESSED_TWO_WAY_RESULT.
The release supports the track-change format used by the oXygenXML editor/author tools when used in author mode. Further editor support could in introduced in future releases.
#setTwoResultFormat(TwoWayResultFormat),
ThreeWayMerge.getTwoWayResultFormat(),
ThreeWayMergeResultType.TWO_WAY_RESULT,
ThreeWayMergeResultType.RULE_PROCESSED_TWO_WAY_RESULT| Enum Constant and Description |
|---|
DITA_MARKUP
Deprecated.
This result format is a DITA document are marked up using DITA specific scheme.
|
OXYGEN_TRACK_CHANGES
Deprecated.
This result format is an XML file with processing instructions used in the accept/reject interface of the oXygen XML
editor/author.
|
XML_DELTA
Deprecated.
This result format produces either a deltaV2 result or a simplified delta result.
|
| Modifier and Type | Method and Description |
|---|---|
static ThreeWayMerge.ResultFormat |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ThreeWayMerge.ResultFormat[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreeWayMerge.ResultFormat XML_DELTA
public static final ThreeWayMerge.ResultFormat OXYGEN_TRACK_CHANGES
public static final ThreeWayMerge.ResultFormat DITA_MARKUP
public static ThreeWayMerge.ResultFormat[] values()
for (ThreeWayMerge.ResultFormat c : ThreeWayMerge.ResultFormat.values()) System.out.println(c);
public static ThreeWayMerge.ResultFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 Deltaman Group Ltd. All Rights Reserved.