public class NodeReordered extends AbstractNodeChange
Node.orderBefore(String, String)
operation.path
Constructor and Description |
---|
NodeReordered(NodeKey key,
NodeKey parent,
Path newPath,
Path oldPath,
Path reorderedBeforePath) |
Modifier and Type | Method and Description |
---|---|
Path |
getOldPath() |
NodeKey |
getParent() |
Path |
getReorderedBeforePath()
Gets the path of the node at the "destination" of the reordering.
|
getKey, getPath
public Path getOldPath()
public NodeKey getParent()
public Path getReorderedBeforePath()
null
, in case a reordering has happened at the end of the children listCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.