Class MemoryChildNodeEntry
java.lang.Object
org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry
- All Implemented Interfaces:
ChildNodeEntry
Basic JavaBean implementation of a child node entry.
-
Constructor Summary
ConstructorsConstructorDescriptionMemoryChildNodeEntry(String name, NodeState node) Creates a child node entry with the given name and referenced child node state. -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.spi.state.AbstractChildNodeEntry
equals, hashCode, toString
-
Constructor Details
-
MemoryChildNodeEntry
Creates a child node entry with the given name and referenced child node state.- Parameters:
name- child node namenode- child node state
-
-
Method Details
-
iterable
-
getName
Description copied from interface:ChildNodeEntryThe name of the child node state wrt. to its parent state.- Returns:
- name of the child node
-
getNodeState
Description copied from interface:ChildNodeEntryThe child node state- Returns:
- child node state
-