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, isType
public 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-2015 JBoss, a division of Red Hat. All Rights Reserved.