net.sf.logdistiller
Class Match.Regexp

java.lang.Object
  extended by net.sf.logdistiller.Match.Regexp
All Implemented Interfaces:
Serializable
Enclosing class:
Match

protected static class Match.Regexp
extends Object

See Also:
Serialized Form

Field Summary
static String ID
           
 
Constructor Summary
protected Match.Regexp()
           
 
Method Summary
 boolean checkValue(String value)
          check if the given value matches the reference.
 String getId()
           
 void setReference(String reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

Match.Regexp

protected Match.Regexp()
Method Detail

getId

public String getId()

setReference

public void setReference(String reference)

checkValue

public boolean checkValue(String value)
check if the given value matches the reference.

Parameters:
value - String the value to compare to reference
Returns:
boolean


Copyright © 2004-2009. All Rights Reserved.