org.jwall.log
Class LogMessageMatch

java.lang.Object
  extended by org.jwall.log.LogMessageMatch
All Implemented Interfaces:
Filter<LogMessage>

public class LogMessageMatch
extends Object
implements Filter<LogMessage>


Constructor Summary
LogMessageMatch(String var, Operator op, String val)
           
 
Method Summary
 boolean matches(LogMessage event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMessageMatch

public LogMessageMatch(String var,
                       Operator op,
                       String val)
Method Detail

matches

public boolean matches(LogMessage event)
Specified by:
matches in interface Filter<LogMessage>


Copyright © 2012 jwall.org. All Rights Reserved.