org.ujmp.core.util.io
Class FileUtil
java.lang.Object
org.ujmp.core.util.io.FileUtil
public class FileUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtil
public FileUtil()
deleteRecursive
public static boolean deleteRecursive(File path)
equalsContent
public static boolean equalsContent(File file1,
File file2)
throws Exception
- Throws:
Exception
move
public static void move(File source,
File target)
md5Sum
public static String md5Sum(File file)
throws Exception
- Throws:
Exception
findDuplicates
public static List<List<File>> findDuplicates(File path)
throws Exception
- Throws:
Exception
countFiles
public static int countFiles(File path)
Copyright © 2010. All Rights Reserved.