net.sourceforge.argval.collection
Class FilterImpl

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

public class FilterImpl
extends Object
implements Filter

Author:
T. Verhagen

Constructor Summary
FilterImpl(List<String> rejectList, List<String> acceptList)
           
 
Method Summary
 boolean accept(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterImpl

public FilterImpl(List<String> rejectList,
                  List<String> acceptList)
Method Detail

accept

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


Copyright © 2013 Verhagen Software. All Rights Reserved.