Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class LocalFileProviderImpl.FileNameFilter

java.lang.Object
  extended by com.stc.eways.batchext.LocalFileProviderImpl.FileNameFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
LocalFileProviderImpl

protected class LocalFileProviderImpl.FileNameFilter
extends java.lang.Object
implements java.io.FileFilter


Constructor Summary
LocalFileProviderImpl.FileNameFilter(java.lang.String fn, boolean isRegEx)
           
 
Method Summary
 boolean accept(java.io.File fx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFileProviderImpl.FileNameFilter

public LocalFileProviderImpl.FileNameFilter(java.lang.String fn,
                                            boolean isRegEx)
                                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

accept

public boolean accept(java.io.File fx)
Specified by:
accept in interface java.io.FileFilter

Sun Adapter for Batch/FTP