Uses of Class
org.jtheque.utils.io.CopyException

Packages that use CopyException
org.jtheque.utils.io Contains the utility classes for the IO. 
 

Uses of CopyException in org.jtheque.utils.io
 

Methods in org.jtheque.utils.io that throw CopyException
static void FileUtils.copy(File source, File target)
          This method copy a source's file to a destination's file.
static void FileUtils.copy(String sourcePath, String targetPath)
          Copy a file.
static void FileUtils.move(String sourcePath, String targetPath)
          Move a file.
 



Copyright © 2010 JTheque. All Rights Reserved.