Uses of Class
org.apache.jackrabbit.oak.plugins.tree.impl.AbstractTree
Packages that use AbstractTree
-
Uses of AbstractTree in org.apache.jackrabbit.oak.plugins.tree.impl
Subclasses of AbstractTree in org.apache.jackrabbit.oak.plugins.tree.implModifier and TypeClassDescriptionclass
AbstractMutableTree
extendsAbstractTree
with implementations for most write methods ofTree
.final class
Immutable implementation of theTree
interface in order to provide the much feature rich API functionality for a givenNodeState
.final class
A mutableTree
implementation based on an underlyingNodeBuilder
, which tracks all changes recorded through this tree's mutator methods.Methods in org.apache.jackrabbit.oak.plugins.tree.impl that return AbstractTreeModifier and TypeMethodDescriptionprotected abstract @NotNull AbstractTree
AbstractTree.createChild
(@NotNull String name) Factory method for creating child trees@NotNull AbstractTree
AbstractTree.getParent()
protected abstract @Nullable AbstractTree
AbstractTree.getParentOrNull()
protected @Nullable AbstractTree
ImmutableTree.getParentOrNull()