net.sf.logdistiller
Class Match
java.lang.Object
net.sf.logdistiller.Match
- All Implemented Interfaces:
- Serializable
public class Match
- extends Object
- implements Serializable
Match of an attribute of a LogEvent. Match type can be either contains
, equals
,
startsWith
, endsWith
or regexp
, and can be negated by preceding type with
!
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Match
public Match(String attribute,
String type,
String reference)
match
public boolean match(LogEvent le)
dump
public org.jdom.Element dump()
Copyright © 2004-2009. All Rights Reserved.