Uses of Interface
org.apache.jackrabbit.oak.plugins.document.bundlor.Matcher
Packages that use Matcher
Package
Description
-
Uses of Matcher in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type MatcherModifier and TypeMethodDescriptionDocumentNodeState.BundlingContext.childContext
(Matcher childMatcher) Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type MatcherModifierConstructorDescriptionBundlingContext
(Matcher matcher, Map<String, PropertyState> rootProperties, boolean hasBundledChildren, boolean hasNonBundledChildren) -
Uses of Matcher in org.apache.jackrabbit.oak.plugins.document.bundlor
Fields in org.apache.jackrabbit.oak.plugins.document.bundlor declared as MatcherMethods in org.apache.jackrabbit.oak.plugins.document.bundlor that return MatcherModifier and TypeMethodDescriptionDocumentBundlor.createMatcher()
Include.createMatcher()
Returns a matcher for given child node name based on current stateMethods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type MatcherModifier and TypeMethodDescriptionBundlorUtils.getChildNodeNames
(Collection<String> keys, Matcher matcher) static Map<String,
PropertyState> BundlorUtils.getMatchingProperties
(Map<String, PropertyState> props, Matcher matcher)