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, java.util.Map<java.lang.String,org.apache.jackrabbit.oak.api.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(java.lang.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 java.util.Set<java.lang.String>BundlorUtils. getChildNodeNames(java.util.Collection<java.lang.String> keys, Matcher matcher)static java.util.Map<java.lang.String,org.apache.jackrabbit.oak.api.PropertyState>BundlorUtils. getMatchingProperties(java.util.Map<java.lang.String,org.apache.jackrabbit.oak.api.PropertyState> props, Matcher matcher)
-