Uses of Interface
org.apache.jackrabbit.oak.api.Tree
-
Packages that use Tree Package Description org.apache.jackrabbit.oak.api Oak repository API -
-
Uses of Tree in org.apache.jackrabbit.oak.api
Fields in org.apache.jackrabbit.oak.api declared as Tree Modifier and Type Field Description static Tree[]Tree. EMPTY_ARRAYEmpty array of trees.Methods in org.apache.jackrabbit.oak.api that return Tree Modifier and Type Method Description @NotNull TreeTree. addChild(@NotNull String name)Add a child with the givenname.@NotNull TreeTree. getChild(@NotNull String name)Get a possibly non existing child of thisTree.@NotNull TreeTree. getParent()TreeResultRow. getTree(String selectorName)The tree for the given selector name.@NotNull TreeRoot. getTree(@NotNull String path)Retrieve the possible non existingTreeat the given absolutepath.Methods in org.apache.jackrabbit.oak.api that return types with arguments of type Tree Modifier and Type Method Description @NotNull Iterable<Tree>Tree. getChildren()All accessible children of thisTreeinstance.
-