org.apache.directory.shared.ldap.filter
Class FilterParser

java.lang.Object
  extended by org.apache.directory.shared.ldap.filter.FilterParser

public class FilterParser
extends java.lang.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.
 
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

FilterParser

public FilterParser()
Creates a filter parser implementation.

Method Detail

parse

public static ExprNode parse(java.lang.String filter)
                      throws java.text.ParseException
Throws:
java.text.ParseException
See Also:
parse(String)

setFilterParserMonitor

public void setFilterParserMonitor(FilterParserMonitor monitor)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.