Class TreeProviderService
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.tree.impl.TreeProviderService
-
- All Implemented Interfaces:
TreeProvider
public class TreeProviderService extends Object implements TreeProvider
-
-
Constructor Summary
Constructors Constructor Description TreeProviderService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull NodeState
asNodeState(@NotNull Tree readOnlyTree)
@NotNull Tree
createReadOnlyTree(@NotNull Tree readOnlyParent, @NotNull String childName, @NotNull NodeState childState)
@NotNull Tree
createReadOnlyTree(@NotNull NodeState rootState)
-
-
-
Method Detail
-
createReadOnlyTree
@NotNull public @NotNull Tree createReadOnlyTree(@NotNull @NotNull NodeState rootState)
- Specified by:
createReadOnlyTree
in interfaceTreeProvider
-
createReadOnlyTree
@NotNull public @NotNull Tree createReadOnlyTree(@NotNull @NotNull Tree readOnlyParent, @NotNull @NotNull String childName, @NotNull @NotNull NodeState childState)
- Specified by:
createReadOnlyTree
in interfaceTreeProvider
-
asNodeState
@NotNull public @NotNull NodeState asNodeState(@NotNull @NotNull Tree readOnlyTree)
- Specified by:
asNodeState
in interfaceTreeProvider
-
-