Package | Description |
---|---|
org.treetank.service.xml.diff |
Diff Layer
|
Modifier and Type | Method and Description |
---|---|
DiffFactory.EDiff |
Diff.getDiff()
Get diff.
|
static DiffFactory.EDiff |
DiffFactory.EDiff.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffFactory.EDiff[] |
DiffFactory.EDiff.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IDiffObserver.diffListener(DiffFactory.EDiff paramDiff,
IStructNode paramNewNode,
IStructNode paramOldNode,
DiffDepth paramDepth)
Called for every node comparsion.
|
Constructor and Description |
---|
Diff(DiffFactory.EDiff paramDiff,
IStructNode paramNewNode,
IStructNode paramOldNode,
DiffDepth paramDepth)
Constructor.
|
Copyright © 2013. All Rights Reserved.