Uses of Interface
org.apache.jackrabbit.oak.plugins.tree.ReadOnly
-
Packages that use ReadOnly Package Description org.apache.jackrabbit.oak.core org.apache.jackrabbit.oak.plugins.tree.impl -
-
Uses of ReadOnly in org.apache.jackrabbit.oak.core
Classes in org.apache.jackrabbit.oak.core that implement ReadOnly Modifier and Type Class Description classImmutableRootSimple implementation of the Root interface that only supports simple read operations based on theNodeState(orImmutableTree) passed to the constructor. -
Uses of ReadOnly in org.apache.jackrabbit.oak.plugins.tree.impl
Classes in org.apache.jackrabbit.oak.plugins.tree.impl that implement ReadOnly Modifier and Type Class Description classImmutableTreeImmutable implementation of theTreeinterface in order to provide the much feature rich API functionality for a givenNodeState.
-