| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Method and Description |
|---|---|
PropertyState |
Tree.getProperty(String name)
Get a property state
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends PropertyState> |
Tree.getProperties()
All accessible property states.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setProperty(PropertyState property)
Set a property state
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.