org.kuali.kfs.sys.businessobject.lookup
Class BatchFileLookupableHelperServiceImpl.BatchFileFinder

java.lang.Object
  extended by org.apache.commons.io.DirectoryWalker
      extended by org.kuali.kfs.sys.businessobject.lookup.BatchFileLookupableHelperServiceImpl.BatchFileFinder
Enclosing class:
BatchFileLookupableHelperServiceImpl

protected class BatchFileLookupableHelperServiceImpl.BatchFileFinder
extends org.apache.commons.io.DirectoryWalker


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker
org.apache.commons.io.DirectoryWalker.CancelException
 
Constructor Summary
BatchFileLookupableHelperServiceImpl.BatchFileFinder(List<BatchFile> results, org.apache.commons.io.filefilter.IOFileFilter fileFilter)
           
 
Method Summary
 void find(Collection<File> rootDirectories)
           
protected  void handleFile(File file, int depth, Collection results)
           
 
Methods inherited from class org.apache.commons.io.DirectoryWalker
checkIfCancelled, filterDirectoryContents, handleCancelled, handleDirectory, handleDirectoryEnd, handleDirectoryStart, handleEnd, handleIsCancelled, handleRestricted, handleStart, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchFileLookupableHelperServiceImpl.BatchFileFinder

public BatchFileLookupableHelperServiceImpl.BatchFileFinder(List<BatchFile> results,
                                                            org.apache.commons.io.filefilter.IOFileFilter fileFilter)
Method Detail

find

public void find(Collection<File> rootDirectories)

handleFile

protected void handleFile(File file,
                          int depth,
                          Collection results)
                   throws IOException
Overrides:
handleFile in class org.apache.commons.io.DirectoryWalker
Throws:
IOException
See Also:
DirectoryWalker.handleFile(java.io.File, int, java.util.Collection)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.