com.canoo.ant.filter
Class FirstEqualsFilter

java.lang.Object
  extended by com.canoo.ant.filter.ATableFilter
      extended by com.canoo.ant.filter.FirstEqualsFilter
All Implemented Interfaces:
ITableFilter

public class FirstEqualsFilter
extends ATableFilter

A Filter that matches the first Property object where the propertyName matches the findValue


Constructor Summary
FirstEqualsFilter()
           
FirstEqualsFilter(String foreignName)
           
 
Method Summary
protected  boolean matches(String expected, String runningValue)
           
protected  boolean stopOnMatch()
           
 
Methods inherited from class com.canoo.ant.filter.ATableFilter
filter, reset, setForeignName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirstEqualsFilter

public FirstEqualsFilter()

FirstEqualsFilter

public FirstEqualsFilter(String foreignName)
Method Detail

matches

protected boolean matches(String expected,
                          String runningValue)
Specified by:
matches in class ATableFilter

stopOnMatch

protected boolean stopOnMatch()
Specified by:
stopOnMatch in class ATableFilter

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.