com.canoo.ant.filter
Class AllEqualsFilter
java.lang.Object
com.canoo.ant.filter.ATableFilter
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllEqualsFilter
public AllEqualsFilter()
AllEqualsFilter
public AllEqualsFilter(String foreignName)
matches
protected boolean matches(String expected,
String runningValue)
- Specified by:
matches in class ATableFilter
stopOnMatch
protected boolean stopOnMatch()
- Specified by:
stopOnMatch in class ATableFilter