com.canoo.ant.filter
Class AllEqualsFilter

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

public class AllEqualsFilter
extends ATableFilter

A Filter that matches all Property objects where the propertyName matches the findValue


Constructor Summary
AllEqualsFilter()
           
AllEqualsFilter(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

AllEqualsFilter

public AllEqualsFilter()

AllEqualsFilter

public AllEqualsFilter(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.