Uses of Interface
org.apache.jackrabbit.oak.plugins.document.bundlor.Matcher
-
Packages that use Matcher Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.bundlor -
-
Uses of Matcher in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type Matcher Modifier and Type Method Description DocumentNodeState.BundlingContextDocumentNodeState.BundlingContext. childContext(Matcher childMatcher)Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type Matcher Constructor Description BundlingContext(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 Matcher Modifier and Type Field Description static MatcherMatcher. NON_MATCHINGMethods in org.apache.jackrabbit.oak.plugins.document.bundlor that return Matcher Modifier and Type Method Description MatcherDocumentBundlor. createMatcher()MatcherInclude. createMatcher()MatcherMatcher. next(String name)Returns a matcher for given child node name based on current stateMethods in org.apache.jackrabbit.oak.plugins.document.bundlor with parameters of type Matcher Modifier and Type Method Description static Set<String>BundlorUtils. getChildNodeNames(Collection<String> keys, Matcher matcher)static Map<String,PropertyState>BundlorUtils. getMatchingProperties(Map<String,PropertyState> props, Matcher matcher)
-