|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectDiffer
Method Summary | ||
---|---|---|
|
compare(T working,
T base)
Recursively inspects the given objects and returns a node representing their differences. |
Methods inherited from interface de.danielbechler.diff.Configurable |
---|
getConfiguration |
Method Detail |
---|
<T> Node compare(T working, T base)
T
- The type of the objects to compare.working
- This object will be treated as the successor of the base
object.base
- This object will be treated as the predecessor of the working
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |