public final class ValuePatternUtil
extends java.lang.Object
Constructor and Description |
---|
ValuePatternUtil() |
Modifier and Type | Method and Description |
---|---|
static @Nullable java.util.Set<java.lang.String> |
getAllValues(Filter.PropertyRestriction restriction) |
static @Nullable java.lang.String |
getLongestPrefix(Filter filter,
java.lang.String property)
Get the longest prefix of restrictions on a property.
|
static @Nullable java.util.Set<java.lang.String> |
getValues(Filter.PropertyRestriction restriction,
ValuePattern pattern) |
static @Nullable java.util.Set<java.lang.String> |
read(PropertyValue value,
ValuePattern pattern) |
@Nullable public static @Nullable java.lang.String getLongestPrefix(Filter filter, java.lang.String property)
filter
- the filter with all restrictionsproperty
- the property@Nullable public static @Nullable java.util.Set<java.lang.String> getAllValues(Filter.PropertyRestriction restriction)
@Nullable public static @Nullable java.util.Set<java.lang.String> getValues(Filter.PropertyRestriction restriction, ValuePattern pattern)
@Nullable public static @Nullable java.util.Set<java.lang.String> read(PropertyValue value, ValuePattern pattern)
Copyright © 2010 - 2020 Adobe. All Rights Reserved