public class NodeRemoved extends AbstractNodeChange
path| Constructor and Description |
|---|
NodeRemoved(NodeKey key,
NodeKey parentKey,
Path path,
Name primaryType,
Set<Name> mixinTypes,
Name parentPrimaryType,
Set<Name> parentMixinTypes) |
| Modifier and Type | Method and Description |
|---|---|
NodeKey |
getParentKey()
Get the key for the parent under which the new node was added.
|
Set<Name> |
getParentMixinTypes()
Get the mixin names of the parent node.
|
Name |
getParentPrimaryType()
Get the name of the primary type of the parent node.
|
String |
toString() |
getKey, getMixinTypes, getPath, getPrimaryType, isTypepublic NodeKey getParentKey()
public Name getParentPrimaryType()
Name of the parent node or null if this information was not available.public Set<Name> getParentMixinTypes()
Set of mixins or null if this information was not available.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.