com.netscape.certsrv.policy
Interface IPolicyPredicateParser


public interface IPolicyPredicateParser

Interface for policy predicate parsers.

Version:
$Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $

Method Summary
 IExpression parse(java.lang.String predicateExpression)
          Parse the predicate expression and return a vector of expressions.
 

Method Detail

parse

IExpression parse(java.lang.String predicateExpression)
                  throws EPolicyException
Parse the predicate expression and return a vector of expressions.

Parameters:
predicateExpression - The predicate expression as read from the config file.
Returns:
expVector The vector of expressions.
Throws:
EPolicyException