public class NodeMoved extends AbstractNodeChange
path
Constructor and Description |
---|
NodeMoved(NodeKey key,
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, getPath
public NodeKey getNewParent()
public NodeKey getOldParent()
public Path getNewPath()
public Path getOldPath()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.