Log4j 1.3alpha

org.apache.log4j.chainsaw
Interface ExpressionEvaluator

All Superinterfaces:
Serializable
All Known Implementing Classes:
OroRegExpEvaluator, StringExpEvaluator

public interface ExpressionEvaluator
extends Serializable

An interface that expression evaluators must implement. Allows different algorithms to be plugged in through the ExpressionEvaluatorFactory.

Author:
Scott Deboy

Method Summary
 boolean match(String expression)
           
 

Method Detail

match

public boolean match(String expression)

Log4j 1.3alpha

Copyright 2000-2003 Apache Software Foundation.