public class DefaultMessageDiffListener extends Object implements MessageDiffListener
MessageDiffListener implementation that never ignores differences.| Modifier and Type | Method and Description |
|---|---|
static MessageDiffListener |
getInstance()
Returns the singleton listener instance.
|
boolean |
ignoreDiffGroupTagValue(int numInGroupTag,
int instanceIdx,
int tag,
String value,
String value2)
Always reports the difference.
|
boolean |
ignoreDiffTagValue(int tag,
String value,
String value2)
Always reports the difference.
|
public static MessageDiffListener getInstance()
public boolean ignoreDiffTagValue(int tag,
String value,
String value2)
ignoreDiffTagValue in interface MessageDiffListenertag - tag number being comparedvalue - first valuevalue2 - second valuefalsepublic boolean ignoreDiffGroupTagValue(int numInGroupTag,
int instanceIdx,
int tag,
String value,
String value2)
ignoreDiffGroupTagValue in interface MessageDiffListenernumInGroupTag - leading tag of the repeating groupinstanceIdx - zero-based index of the repeating-group instancetag - tag number being comparedvalue - first valuevalue2 - second valuefalseCopyright © 2005–2026 Onix Solutions. All rights reserved.