com.myjavaworld.util
Class FileUtilities

java.lang.Object
  extended by com.myjavaworld.util.FileUtilities

public class FileUtilities
extends Object

Author:
Sai Pullabhotla

Constructor Summary
FileUtilities()
           
 
Method Summary
static void copyFile(File source, File target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtilities

public FileUtilities()
Method Detail

copyFile

public static void copyFile(File source,
                            File target)
                     throws IOException
Throws:
IOException


Copyright © 2000-2012 jMethods, Inc.. All Rights Reserved.