com.canoo.ant.filter
Class FirstEqualsFilter
java.lang.Object
com.canoo.ant.filter.ATableFilter
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FirstEqualsFilter
public FirstEqualsFilter()
FirstEqualsFilter
public FirstEqualsFilter(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