Package org.eclipse.rdf4j.common.io
Class FileUtil
java.lang.Object
org.eclipse.rdf4j.common.io.FileUtil
Utility methods for operations on Files.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FileUtil
public FileUtil()
-
-
Method Details
-
deleteDir
Deletes the specified directory and any files and directories in it recursively.- Parameters:
dir
- The directory to remove.- Throws:
IOException
- If the directory could not be removed.
-