|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.filter.FilterParserImpl
Constructor Summary | |
FilterParserImpl()
Creates a filter parser implementation. |
Method Summary | |
ExprNode |
parse(java.lang.String filter)
Parses a search filter string into a filter expression tree. |
void |
setFilterParserMonitor(FilterParserMonitor monitor)
Sets the monitor for this filter parser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterParserImpl()
Method Detail |
public ExprNode parse(java.lang.String filter) throws java.text.ParseException, java.io.IOException
FilterParser
parse
in interface FilterParser
filter
- the filter
java.text.ParseException
- if the input string does not conform to syntax
java.io.IOException
- if a pipe breakspublic void setFilterParserMonitor(FilterParserMonitor monitor)
FilterParser
setFilterParserMonitor
in interface FilterParser
monitor
- monitor that recieves parser events
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |