org.kuali.common.util
Class FileSystemUtils
java.lang.Object
org.kuali.common.util.FileSystemUtils
public class FileSystemUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSystemUtils
public FileSystemUtils()
syncFiles
public static List<SyncResult> syncFiles(List<SyncRequest> requests)
throws IOException
- Throws:
IOException
syncFiles
public static SyncResult syncFiles(SyncRequest request)
throws IOException
- Throws:
IOException
copyFiles
protected static void copyFiles(File srcDir,
List<File> files,
File dstDir)
throws IOException
- Throws:
IOException
getFullPaths
protected static List<File> getFullPaths(File dir,
List<String> relativePaths)
getRelativePaths
protected static List<String> getRelativePaths(File dir,
List<File> files)
getRelativePath
protected static String getRelativePath(File dir,
File file)
getAllFiles
protected static List<File> getAllFiles(File dir)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.