org.modeshape.jcr.cache.change
Class AbstractNodeChange
java.lang.Object
org.modeshape.jcr.cache.change.Change
org.modeshape.jcr.cache.change.AbstractNodeChange
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractPropertyChange, AbstractSequencingChange, NodeAdded, NodeChanged, NodeMoved, NodeRemoved, NodeRenamed, NodeReordered
public abstract class AbstractNodeChange
- extends Change
Abstract base class for all internal events.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected final Path path
AbstractNodeChange
protected AbstractNodeChange(NodeKey key,
Path path)
getPath
public Path getPath()
- Get the path to the node involved in the change.
- Returns:
- the path; may not be null
getKey
public NodeKey getKey()
- Returns:
- key
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.