com.isogen.util
Class IgnoreFilter

java.lang.Object
  extended bycom.isogen.util.IgnoreFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class IgnoreFilter
extends java.lang.Object
implements java.io.FilenameFilter

Author:
avega To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
IgnoreFilter()
           
 
Method Summary
 boolean accept(java.io.File arg0, java.lang.String arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreFilter

public IgnoreFilter()
Method Detail

accept

public boolean accept(java.io.File arg0,
                      java.lang.String arg1)
Specified by:
accept in interface java.io.FilenameFilter