com.fastplanet.utils.filecopier
Class FileCopier

java.lang.Object
  extended by com.fastplanet.utils.filecopier.FileCopier

public class FileCopier
extends java.lang.Object


Constructor Summary
FileCopier()
           
 
Method Summary
static void copyfile(java.lang.String sourceFilePath, java.lang.String destinationFilePath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopier

public FileCopier()
Method Detail

copyfile

public static void copyfile(java.lang.String sourceFilePath,
                            java.lang.String destinationFilePath)
                     throws java.io.IOException
Parameters:
sourceFilePath - - absolute path to the file to be copied
destinationFilePath - - absolute path to destination file
Throws:
java.io.IOException