public class UnmarshalledJSLComparator extends Object
| Constructor and Description |
|---|
UnmarshalledJSLComparator() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Chunk chunk1,
Chunk chunk2) |
static boolean |
equals(JSLJob job1,
JSLJob job2) |
static boolean |
equals(JSLProperties jslprops1,
JSLProperties jslprops2)
Compare two <properties> elements and their contents.
|
static boolean |
equals(Listener listener1,
Listener listener2) |
static boolean |
equals(Listeners listeners1,
Listeners listeners2) |
static boolean |
equals(Property prop1,
Property prop2) |
static boolean |
equals(Step step1,
Step step2) |
static boolean |
nullSafeEquals(Object o1,
Object o2)
Checks parameters for null before .equals() comparison between them.
|
public static boolean equals(JSLProperties jslprops1, JSLProperties jslprops2)
jslprops1 - first <properties> element, could be nulljslprops2 - second <properties> element, could be nullpublic static boolean nullSafeEquals(Object o1, Object o2)
o1 - o2 - © Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0