Package com.enonic.xp.node
Class NodeComparison
- java.lang.Object
-
- com.enonic.xp.node.NodeComparison
-
@PublicApi public class NodeComparison extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeComparison(NodeBranchEntry sourceEntry, NodeBranchEntry targetEntry, CompareStatus compareStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
CompareStatus
getCompareStatus()
NodeId
getNodeId()
NodePath
getSourcePath()
NodePath
getTargetPath()
int
hashCode()
-
-
-
Constructor Detail
-
NodeComparison
public NodeComparison(NodeBranchEntry sourceEntry, NodeBranchEntry targetEntry, CompareStatus compareStatus)
-
-
Method Detail
-
getNodeId
public NodeId getNodeId()
-
getCompareStatus
public CompareStatus getCompareStatus()
-
getSourcePath
public NodePath getSourcePath()
-
getTargetPath
public NodePath getTargetPath()
-
-