Package org.sakaiproject.search.util
Interface FileUtils.RecurseAction
-
- Enclosing class:
- FileUtils
public static interface FileUtils.RecurseAction- Author:
- ieb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoAfterFile(File f)voiddoBeforeFile(File f)voiddoFile(File file)
-
-
-
Method Detail
-
doFile
void doFile(File file) throws IOException
- Parameters:
file-- Throws:
IOException
-
doBeforeFile
void doBeforeFile(File f)
- Parameters:
f-
-
doAfterFile
void doAfterFile(File f)
- Parameters:
f-
-
-