Class RelativePathSelector

java.lang.Object
org.apache.jackrabbit.oak.plugins.observation.filter.RelativePathSelector
All Implemented Interfaces:
UniversalFilter.Selector

public class RelativePathSelector extends Object implements UniversalFilter.Selector
A selector for selecting a node at a relative path from the node selected by an initial selector.

Note: selecting the parent of the root node will return a non existing NodeState instance.