| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Field and Description |
|---|---|
static Tree[] |
Tree.EMPTY_ARRAY
Empty array of trees.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Tree |
Tree.addChild(@NotNull String name)
Add a child with the given
name. |
@NotNull Tree |
Tree.getChild(@NotNull String name)
Get a possibly non existing child of this
Tree. |
@NotNull Tree |
Tree.getParent() |
Tree |
ResultRow.getTree(String selectorName)
The tree for the given selector name.
|
@NotNull Tree |
Root.getTree(@NotNull String path)
Retrieve the possible non existing
Tree at the given absolute path. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.