net.sf.logdistiller
Class Match.StartsWith

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

protected static class Match.StartsWith
extends Object

See Also:
Serialized Form

Field Summary
static String ID
           
 
Constructor Summary
protected Match.StartsWith()
           
 
Method Summary
 boolean checkValue(String value)
          check if the given value matches the reference.
 String getId()
           
 
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.StartsWith

protected Match.StartsWith()
Method Detail

getId

public String getId()

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.