| Modifier and Type | Method and Description |
|---|---|
IComparator |
IComparatorManager.get(Class<?> type)
Gets a comparator by type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractComparatorTime
Abstract comparator of time objects.
|
class |
ComparatorClob
Compare two string/clobs.
|
class |
ComparatorClobNormalized
Compare two strings/clobs using
UtilString.normalized(...) to
clean strings. |
class |
ComparatorClobTrim
Compare two strings/clobs using trim to clean strings.
|
class |
ComparatorDate
Comparator of dates.
|
class |
ComparatorDefault
A default comparator.
|
class |
ComparatorJodatime
Comparator of
ReadableInstants. |
class |
ComparatorMd5
Compare two objects using MD5 value.
|
class |
ComparatorNode
A default node comparator.
|
class |
ComparatorString
A string comparator using equals.
|
class |
ComparatorStringNormalized
Compare two strings using
UtilString.normalized(...) to clean
strings. |
class |
ComparatorStringTrim
Compare two strings using trim to clean strings.
|
class |
ComparatorTime
Comparator of JVM dates and Joda Time readable instants.
|
class |
ComparatorTimestamp
Comparator of timestamps.
|
class |
ComparatorTrue
Useful comparator to ignore a given cell or row.
|
| Modifier and Type | Method and Description |
|---|---|
IComparator |
ComparatorManagerImpl.get(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UtilPlugin.compare(nu.xom.Node node,
IPlugin plugin,
IResultSet result,
IComparator comparator,
Object expected,
Object received)
Perform a comparison and add the result to the given node.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginVerifyObjects.compare(IContext context,
IResultSet result,
IComparator comparator,
CellAdapter headerExpected,
CellAdapter cellExpected,
Object received)
Compare terminal elements.
|
protected Exception |
PluginVerifyObjects.verify(IContext context,
IComparator comparator,
Object expected,
Object received)
Check if expected and received values are equal.
|
protected boolean |
PluginNotEquals.verify(IContext context,
IComparator comparator,
Object reference,
Object value) |
protected boolean |
PluginEquals.verify(IContext context,
IComparator comparator,
Object expected,
Object received)
Verify the condition.
|
| Modifier and Type | Method and Description |
|---|---|
IComparator |
IAbstraction.getComparator()
Get the comparator of the given element.
|
IComparator |
IAbstraction.getComparator(IComparator comparatorDefault)
Get the comparator of the given element.
|
| Modifier and Type | Method and Description |
|---|---|
IComparator |
IAbstraction.getComparator(IComparator comparatorDefault)
Get the comparator of the given element.
|
| Modifier and Type | Method and Description |
|---|---|
IComparator |
NodeHolderDefault.getComparator() |
IComparator |
NodeHolderDefault.getComparator(IComparator comparatorDefault) |
| Modifier and Type | Method and Description |
|---|---|
IComparator |
NodeHolderDefault.getComparator(IComparator comparatorDefault) |
Copyright © 2016. All rights reserved.