org.semanticweb.elk.io
Class FileUtils
java.lang.Object
org.semanticweb.elk.io.FileUtils
public class FileUtils
- extends Object
- Author:
- Pavel Klinov
pavel.klinov@uni-ulm.de
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
getExtBasedFilenameFilter
public static FilenameFilter getExtBasedFilenameFilter(String extension)
dropExtension
public static String dropExtension(String filename)
dropExtension
public static String dropExtension(String filename,
String extension)
getFileName
public static String getFileName(String path)
deleteRecursively
public static void deleteRecursively(File file)
throws IOException
- Throws:
IOException
deleteRecursively
public static void deleteRecursively(File file,
boolean deleteOnExit)
throws IOException
- Throws:
IOException
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.