Class PropertyPredicate
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.observation.filter.PropertyPredicate
-
-
Constructor Summary
Constructors Constructor Description PropertyPredicate(@NotNull String name, @NotNull Predicate<PropertyState> propertyPredicate)
-
-
-
Constructor Detail
-
PropertyPredicate
public PropertyPredicate(@NotNull @NotNull String name, @NotNull @NotNull Predicate<PropertyState> propertyPredicate)
- Parameters:
name
- name of the propertypropertyPredicate
- predicate on the named property
-
-