com.canoo.ant.filter
Class GroupFilter

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

public class GroupFilter
extends ATableFilter

A Filter that matches the first Property object for each distinct propValue


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

Constructor Detail

GroupFilter

public GroupFilter()

GroupFilter

public GroupFilter(String foreignName)
Method Detail

reset

protected void reset()
Overrides:
reset in class ATableFilter

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.