org.kuali.kfs.sys.businessobject.options
Class BatchFileDirectoryPathValuesFinder.SubDirectoryWalker

java.lang.Object
  extended by org.apache.commons.io.DirectoryWalker
      extended by org.kuali.kfs.sys.businessobject.options.BatchFileDirectoryPathValuesFinder.SubDirectoryWalker
Enclosing class:
BatchFileDirectoryPathValuesFinder

protected class BatchFileDirectoryPathValuesFinder.SubDirectoryWalker
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
BatchFileDirectoryPathValuesFinder.SubDirectoryWalker(List<org.kuali.rice.core.util.KeyLabelPair> keyValues)
           
 
Method Summary
 void addKeyValues(File startDirectory)
           
protected  void handleDirectoryEnd(File directory, int depth, Collection results)
           
protected  void handleDirectoryStart(File directory, int depth, Collection results)
           
 
Methods inherited from class org.apache.commons.io.DirectoryWalker
checkIfCancelled, filterDirectoryContents, handleCancelled, handleDirectory, handleEnd, handleFile, handleIsCancelled, handleRestricted, handleStart, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchFileDirectoryPathValuesFinder.SubDirectoryWalker

public BatchFileDirectoryPathValuesFinder.SubDirectoryWalker(List<org.kuali.rice.core.util.KeyLabelPair> keyValues)
Method Detail

addKeyValues

public void addKeyValues(File startDirectory)
                  throws IOException
Throws:
IOException

handleDirectoryStart

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

handleDirectoryEnd

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


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