public class NodeAdded extends AbstractNodeChange
path| Constructor and Description |
|---|
NodeAdded(NodeKey key,
NodeKey parentKey,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Map<Name,Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
NodeKey |
getParentKey()
Get the key for the parent under which the new node was added.
|
Map<Name,Property> |
getProperties()
Get the immutable map of properties that were added as part of this node.
|
String |
toString() |
getKey, getMixinTypes, getPath, getPrimaryType, isTypepublic NodeKey getParentKey()
public Map<Name,Property> getProperties()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.