public abstract class AbstractNodeChange extends Change
Modifier | Constructor and Description |
---|---|
protected |
AbstractNodeChange(NodeKey key,
Path path,
Name primaryType,
Set<Name> mixinTypes) |
Modifier and Type | Method and Description |
---|---|
NodeKey |
getKey() |
Set<Name> |
getMixinTypes()
Returns the mixins for this node.
|
Path |
getPath()
Get the path to the node involved in the change.
|
Name |
getPrimaryType()
Returns the primary type of the node
|
protected final Path path
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.