com.canoo.ant.filter
Class ATableFilter
java.lang.Object
com.canoo.ant.filter.ATableFilter
- All Implemented Interfaces:
- ITableFilter
- Direct Known Subclasses:
- AllEqualsFilter, FirstEqualsFilter, GroupFilter
public abstract class ATableFilter
- extends Object
- implements ITableFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATableFilter
protected ATableFilter()
ATableFilter
protected ATableFilter(String foreignName)
setForeignName
public void setForeignName(String foreignName)
- Specified by:
setForeignName in interface ITableFilter
filter
public List filter(List original,
String expected)
- Specified by:
filter in interface ITableFilter
- Returns:
- a new List of Properties that matches the criteria of this specific filter
reset
protected void reset()
matches
protected abstract boolean matches(String expected,
String runningValue)
stopOnMatch
protected abstract boolean stopOnMatch()