Class ValuePattern
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.property.ValuePattern
-
public class ValuePattern extends Object
A value pattern.
-
-
Field Summary
Fields Modifier and Type Field Description static ValuePatternMATCH_ALL
-
Constructor Summary
Constructors Constructor Description ValuePattern()ValuePattern(String pattern, Iterable<String> includePrefixes, Iterable<String> excludePrefixes)ValuePattern(NodeBuilder node)ValuePattern(NodeState node)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<String>getStrings(NodeBuilder node, String propertyName)static Iterable<String>getStrings(NodeState node, String propertyName)booleanmatches(String v)booleanmatchesAll()booleanmatchesAll(Set<String> values)booleanmatchesPrefix(String prefix)
-
-
-
Field Detail
-
MATCH_ALL
public static final ValuePattern MATCH_ALL
-
-