Class BundlorUtils
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.bundlor.BundlorUtils
-
public final class BundlorUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static Predicate<PropertyState>
NOT_BUNDLOR_PROPS
-
Constructor Summary
Constructors Constructor Description BundlorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>
getChildNodeNames(Collection<String> keys, Matcher matcher)
static Map<String,PropertyState>
getMatchingProperties(Map<String,PropertyState> props, Matcher matcher)
-
-
-
Field Detail
-
NOT_BUNDLOR_PROPS
public static final Predicate<PropertyState> NOT_BUNDLOR_PROPS
-
-
Method Detail
-
getMatchingProperties
public static Map<String,PropertyState> getMatchingProperties(Map<String,PropertyState> props, Matcher matcher)
-
getChildNodeNames
public static Set<String> getChildNodeNames(Collection<String> keys, Matcher matcher)
-
-