|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.filter.FilterParser
public class FilterParser
This class parse a Ldap filter. The grammar is given in RFC 4515
Constructor Summary | |
---|---|
FilterParser()
Creates a filter parser implementation. |
Method Summary | |
---|---|
static ExprNode |
parse(java.lang.String filter)
|
void |
setFilterParserMonitor(FilterParserMonitor monitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterParser()
Method Detail |
---|
public static ExprNode parse(java.lang.String filter) throws java.text.ParseException
java.text.ParseException
parse(String)
public void setFilterParserMonitor(FilterParserMonitor monitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |