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 classAbstractMutableTreeAbstractMutableTreeextendsAbstractTreewith implementations for most write methods ofTree.classImmutableTreeImmutable implementation of theTreeinterface in order to provide the much feature rich API functionality for a givenNodeState.classNodeBuilderTreeA mutableTreeimplementation 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 AbstractTreeAbstractTree. createChild(@NotNull String name)Factory method for creating child trees@NotNull AbstractTreeAbstractTree. getParent()protected abstract @Nullable AbstractTreeAbstractTree. getParentOrNull()protected @Nullable AbstractTreeImmutableTree. getParentOrNull()
-