Uses of Class
org.apache.jackrabbit.oak.plugins.tree.impl.ImmutableTree
-
Packages that use ImmutableTree Package Description org.apache.jackrabbit.oak.core org.apache.jackrabbit.oak.plugins.tree.impl -
-
Uses of ImmutableTree in org.apache.jackrabbit.oak.core
Methods in org.apache.jackrabbit.oak.core that return ImmutableTree Modifier and Type Method Description @NotNull ImmutableTreeImmutableRoot. getTree(@NotNull String path)Constructors in org.apache.jackrabbit.oak.core with parameters of type ImmutableTree Constructor Description ImmutableRoot(@NotNull ImmutableTree rootTree) -
Uses of ImmutableTree in org.apache.jackrabbit.oak.plugins.tree.impl
Methods in org.apache.jackrabbit.oak.plugins.tree.impl that return ImmutableTree Modifier and Type Method Description protected @NotNull ImmutableTreeImmutableTree. createChild(@NotNull String name)@NotNull ImmutableTreeImmutableTree. getChild(@NotNull String name)ImmutableTreeImmutableTree.DefaultParentProvider. getParent()@Nullable ImmutableTreeImmutableTree.ParentProvider. getParent()Constructors in org.apache.jackrabbit.oak.plugins.tree.impl with parameters of type ImmutableTree Constructor Description ImmutableTree(@NotNull ImmutableTree parent, @NotNull String name, @NotNull NodeState state)
-