java.lang.Object
org.apache.jackrabbit.oak.plugins.tree.factories.TreeFactory

public final class TreeFactory extends Object
Deprecated.
Please use TreeProvider instead
Factory to obtain Tree objects from NodeStates and NodeBuilders.
  • Method Details

    • createTree

      public static Tree createTree(@NotNull @NotNull NodeBuilder builder)
      Deprecated.
    • createReadOnlyTree

      public static Tree createReadOnlyTree(@NotNull @NotNull NodeState rootState)
      Deprecated.
    • createReadOnlyTree

      public static Tree createReadOnlyTree(@NotNull @NotNull Tree readOnlyParent, @NotNull @NotNull String childName, @NotNull @NotNull NodeState childState)
      Deprecated.