org.gcube.application.enm.service.util
Class FileUtils
java.lang.Object
org.gcube.application.enm.service.util.FileUtils
public class FileUtils
- extends Object
General file utilities.
- Author:
- Erik Torres
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
listAllDirs
public static String[] listAllDirs(String dirPath)
listAllFiles
public static String[] listAllFiles(String dirPath,
String ext)
deleteDirRecursive
public static void deleteDirRecursive(File dir)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.