org.apache.lucene.benchmark.byTask.utils
Class FileUtils
java.lang.Object
org.apache.lucene.benchmark.byTask.utils.FileUtils
public class FileUtils
- extends Object
File utilities.
Method Summary |
static boolean |
fullyDelete(File dir)
Delete files and directories, even if non-empty. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
fullyDelete
public static boolean fullyDelete(File dir)
throws IOException
- Delete files and directories, even if non-empty.
- Parameters:
dir
- file or directory
- Returns:
- true on success, false if no or part of files have been deleted
- Throws:
IOException