org.apache.directory.shared.ldap.filter
Class FilterParserImpl
java.lang.Object
org.apache.directory.shared.ldap.filter.FilterParserImpl
- All Implemented Interfaces:
- FilterParser
public class FilterParserImpl
- extends Object
- implements FilterParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterParserImpl
public FilterParserImpl()
- Creates a filter parser implementation.
parse
public ExprNode parse(String filter)
throws ParseException,
IOException
- Description copied from interface:
FilterParser
- Parses a search filter string into a filter expression tree.
- Specified by:
parse
in interface FilterParser
- Parameters:
filter
- the filter
- Returns:
- the root node of the filter expression tree
- Throws:
ParseException
- if the input string does not conform to syntax
IOException
- if a pipe breaks
setFilterParserMonitor
public void setFilterParserMonitor(FilterParserMonitor monitor)
- Description copied from interface:
FilterParser
- Sets the monitor for this filter parser.
- Specified by:
setFilterParserMonitor
in interface FilterParser
- Parameters:
monitor
- monitor that recieves parser events
Copyright © 2004-2012. All Rights Reserved.