Class BundlorUtils


  • public final class BundlorUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jackrabbit.guava.common.base.Predicate<org.apache.jackrabbit.oak.api.PropertyState> NOT_BUNDLOR_PROPS  
    • Constructor Summary

      Constructors 
      Constructor Description
      BundlorUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<java.lang.String> getChildNodeNames​(java.util.Collection<java.lang.String> keys, Matcher matcher)  
      static java.util.Map<java.lang.String,​org.apache.jackrabbit.oak.api.PropertyState> getMatchingProperties​(java.util.Map<java.lang.String,​org.apache.jackrabbit.oak.api.PropertyState> props, Matcher matcher)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOT_BUNDLOR_PROPS

        public static final org.apache.jackrabbit.guava.common.base.Predicate<org.apache.jackrabbit.oak.api.PropertyState> NOT_BUNDLOR_PROPS
    • Constructor Detail

      • BundlorUtils

        public BundlorUtils()
    • Method Detail

      • getMatchingProperties

        public static java.util.Map<java.lang.String,​org.apache.jackrabbit.oak.api.PropertyState> getMatchingProperties​(java.util.Map<java.lang.String,​org.apache.jackrabbit.oak.api.PropertyState> props,
                                                                                                                              Matcher matcher)
      • getChildNodeNames

        public static java.util.Set<java.lang.String> getChildNodeNames​(java.util.Collection<java.lang.String> keys,
                                                                        Matcher matcher)