net.sf.logdistiller
Class Match.EndsWith

java.lang.Object
  extended bynet.sf.logdistiller.Match.Function
      extended bynet.sf.logdistiller.Match.EndsWith
All Implemented Interfaces:
Serializable
Enclosing class:
Match

protected static class Match.EndsWith
extends net.sf.logdistiller.Match.Function

See Also:
Serialized Form

Field Summary
static Map FUNCTIONS
           
static String ID
           
protected  String reference
           
 
Constructor Summary
protected Match.EndsWith()
           
 
Method Summary
 boolean checkValue(String value)
          check if the given value matches the reference.
 String getId()
           
static net.sf.logdistiller.Match.Function getInstance(String type, String reference)
           
 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

FUNCTIONS

public static final Map FUNCTIONS

reference

protected String reference
Constructor Detail

Match.EndsWith

protected Match.EndsWith()
Method Detail

getId

public String getId()

checkValue

public boolean checkValue(String value)
Description copied from class: net.sf.logdistiller.Match.Function
check if the given value matches the reference.

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

getInstance

public static net.sf.logdistiller.Match.Function getInstance(String type,
                                                             String reference)

setReference

public void setReference(String reference)


Copyright © 2004-2008. All Rights Reserved.