org.apache.directory.shared.ldap.filter
Class FilterParser
java.lang.Object
org.apache.directory.shared.ldap.filter.FilterParser
public class FilterParser
- extends Object
This class parse a Ldap filter. The grammar is given in RFC 4515
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
|
Constructor Summary |
FilterParser()
Creates a filter parser implementation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterParser
public FilterParser()
- Creates a filter parser implementation.
parse
public static ExprNode parse(String filter)
throws ParseException
- Throws:
ParseException- See Also:
parse(String)
setFilterParserMonitor
public void setFilterParserMonitor(FilterParserMonitor monitor)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.