Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.util
Class BatchInboundFileUtil.FileNameFilter

java.lang.Object
  extended by com.stc.connector.batchadapter.util.BatchInboundFileUtil.FileNameFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
BatchInboundFileUtil

public static class BatchInboundFileUtil.FileNameFilter
extends java.lang.Object
implements java.io.FileFilter


Constructor Summary
BatchInboundFileUtil.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

BatchInboundFileUtil.FileNameFilter

public BatchInboundFileUtil.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