Uses of Class
com.norconex.commons.lang.map.PropertyMatcher
Packages that use PropertyMatcher
-
Uses of PropertyMatcher in com.norconex.commons.lang.map
Methods in com.norconex.commons.lang.map with parameters of type PropertyMatcherModifier and TypeMethodDescriptionbooleanPropertyMatchers.addAll(PropertyMatcher... matchers) Adds one or more property matchers.Properties.match(PropertyMatcher propertyMatcher) Gets a properties subset for keys and values matched by the property matcher.Method parameters in com.norconex.commons.lang.map with type arguments of type PropertyMatcherModifier and TypeMethodDescriptionbooleanPropertyMatchers.addAll(Collection<? extends PropertyMatcher> matchers)