public final class Diff extends Object
Constructor and Description |
---|
Diff(DiffFactory.EDiff paramDiff,
IStructNode paramNewNode,
IStructNode paramOldNode,
DiffDepth paramDepth)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DiffDepth |
getDepth()
Get depth.
|
DiffFactory.EDiff |
getDiff()
Get diff.
|
IStructNode |
getNewNode()
Get new node.
|
IStructNode |
getOldNode()
Get old node.
|
String |
toString() |
public Diff(DiffFactory.EDiff paramDiff, IStructNode paramNewNode, IStructNode paramOldNode, DiffDepth paramDepth)
paramDiff
- DiffFactory.EDiff
which specifies the kind of diff between two
nodesparamNewNode
- IStructNode
in new revisionparamOldNode
- IStructNode
in old revisionparamDepth
- current DiffDepth
instancepublic DiffFactory.EDiff getDiff()
public IStructNode getNewNode()
public IStructNode getOldNode()
public DiffDepth getDepth()
Copyright © 2013. All Rights Reserved.