Uses of Class
org.apache.jackrabbit.oak.plugins.tree.impl.AbstractTree
-
Packages that use AbstractTree Package Description org.apache.jackrabbit.oak.plugins.tree.impl -
-
Uses of AbstractTree in org.apache.jackrabbit.oak.plugins.tree.impl
Subclasses of AbstractTree in org.apache.jackrabbit.oak.plugins.tree.impl Modifier and Type Class Description class
AbstractMutableTree
AbstractMutableTree
extendsAbstractTree
with implementations for most write methods ofTree
.class
ImmutableTree
Immutable implementation of theTree
interface in order to provide the much feature rich API functionality for a givenNodeState
.class
NodeBuilderTree
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 AbstractTree Modifier and Type Method Description protected 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()
-