org.kuali.kfs.sys.businessobject.options
Class BatchFileDirectoryPathValuesFinder.SubDirectoryWalker
java.lang.Object
org.apache.commons.io.DirectoryWalker
org.kuali.kfs.sys.businessobject.options.BatchFileDirectoryPathValuesFinder.SubDirectoryWalker
- Enclosing class:
- BatchFileDirectoryPathValuesFinder
protected class BatchFileDirectoryPathValuesFinder.SubDirectoryWalker
- extends org.apache.commons.io.DirectoryWalker
Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker |
org.apache.commons.io.DirectoryWalker.CancelException |
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 |
BatchFileDirectoryPathValuesFinder.SubDirectoryWalker
public BatchFileDirectoryPathValuesFinder.SubDirectoryWalker(List<org.kuali.rice.core.util.KeyLabelPair> keyValues)
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.