| 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 |
|---|---|
Tree |
Tree.addChild(String name)
Add a child with the given
name. |
Tree |
Tree.getChild(String name)
Get a possibly non existing child of this
Tree. |
Tree |
Tree.getParent() |
Tree |
ResultRow.getTree(String selectorName)
The tree for the given selector name.
|
Tree |
Root.getTree(String path)
Retrieve the possible non existing
Tree at the given absolute path. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Tree> |
Tree.getChildren()
All accessible children of this
Tree instance. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.