public class NodeMoved extends AbstractNodeChange
path
Constructor and Description |
---|
NodeMoved(NodeKey key,
Name primaryType,
Set<Name> mixinTypes,
NodeKey oldParent,
NodeKey newParent,
Path newPath,
Path oldPath) |
Modifier and Type | Method and Description |
---|---|
NodeKey |
getNewParent()
Get the parent under which the node now appears.
|
Path |
getNewPath()
Get the new path for the node, if it is known
|
NodeKey |
getOldParent()
Get the parent under which the node formerly appeared.
|
Path |
getOldPath()
Get the old path for the node, if it is known
|
String |
toString() |
getKey, getMixinTypes, getPath, getPrimaryType, isType
public NodeKey getNewParent()
public NodeKey getOldParent()
public Path getNewPath()
public Path getOldPath()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.