Package com._1c.g5.v8.dt.compare.merge
Class MergeProblem
java.lang.Object
com._1c.g5.v8.dt.compare.merge.MergeProblem
- Direct Known Subclasses:
ExternalMergeToolProblem,MergeValidationProblem
A problem of merge.
-
Constructor Summary
ConstructorsConstructorDescriptionMergeProblem(ComparisonNode node, String message) Creates a new instance.MergeProblem(String message) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the merge problem message.Returns the identifier of the node with the merge problem.
-
Constructor Details
-
MergeProblem
Creates a new instance.- Parameters:
message- the merge problem message, may benull
-
MergeProblem
Creates a new instance.- Parameters:
node- the comparison node, cannot benullmessage- the merge problem message, cannot benull
-
-
Method Details
-
getMessage
Returns the merge problem message.- Returns:
- the merge problem message, may be
null
-
getNodeId
Returns the identifier of the node with the merge problem.- Returns:
- the identifier of the node with the merge problem, may be
null
-