public class NodeReordered extends AbstractNodeChange
Node.orderBefore(String, String)
operation.path
Constructor and Description |
---|
NodeReordered(NodeKey key,
Name primaryType,
Set<Name> mixinTypes,
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, getMixinTypes, getPath, getPrimaryType, isType
public Path getOldPath()
public NodeKey getParent()
public Path getReorderedBeforePath()
null
, in case a reordering has happened at the end of the children listCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.