Class TreeFactory
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.tree.factories.TreeFactory
-
public final class TreeFactory extends java.lang.ObjectDeprecated.Please useTreeProviderinsteadFactory to obtainTreeobjects fromNodeStates andNodeBuilders.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TreecreateReadOnlyTree(@NotNull Tree readOnlyParent, @NotNull java.lang.String childName, @NotNull NodeState childState)Deprecated.static TreecreateReadOnlyTree(@NotNull NodeState rootState)Deprecated.static TreecreateTree(@NotNull NodeBuilder builder)Deprecated.
-
-
-
Method Detail
-
createTree
public static Tree createTree(@NotNull @NotNull NodeBuilder builder)
Deprecated.
-
createReadOnlyTree
public static Tree createReadOnlyTree(@NotNull @NotNull NodeState rootState)
Deprecated.
-
-