net.sourceforge.argval.collection
Class FilterGroup

java.lang.Object
  extended by net.sourceforge.argval.collection.FilterGroup
All Implemented Interfaces:
Filter

public class FilterGroup
extends Object
implements Filter


Constructor Summary
FilterGroup()
           
 
Method Summary
 boolean accept(String value)
           
 void addFilter(Filter filter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterGroup

public FilterGroup()
Method Detail

accept

public boolean accept(String value)
Specified by:
accept in interface Filter

addFilter

public void addFilter(Filter filter)


Copyright © 2013 Verhagen Software. All Rights Reserved.