Class FilterPath
- java.lang.Object
-
- org.elasticsearch.common.xcontent.support.filtering.FilterPath
-
public class FilterPath extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFilterPath(java.lang.String filter, java.lang.String segment, FilterPath next)
-
Method Summary
Modifier and Type Method Description static FilterPath[]compile(java.util.Set<java.lang.String> filters)booleanmatches()FilterPathmatchProperty(java.lang.String name)java.lang.StringtoString()
-
-
-
Constructor Detail
-
FilterPath
protected FilterPath(java.lang.String filter, java.lang.String segment, FilterPath next)
-
-
Method Detail
-
matchProperty
public FilterPath matchProperty(java.lang.String name)
-
matches
public boolean matches()
-
compile
public static FilterPath[] compile(java.util.Set<java.lang.String> filters)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-