Class TreeFactory
java.lang.Object
org.apache.jackrabbit.oak.plugins.tree.factories.TreeFactory
Deprecated.
Factory to obtain
Tree
objects from NodeState
s
and NodeBuilder
s.-
Method Summary
Modifier and TypeMethodDescriptionstatic Tree
createReadOnlyTree
(@NotNull Tree readOnlyParent, @NotNull String childName, @NotNull NodeState childState) Deprecated.static Tree
createReadOnlyTree
(@NotNull NodeState rootState) Deprecated.static Tree
createTree
(@NotNull NodeBuilder builder) Deprecated.
TreeProvider
instead