hydroScalingAPI.tools
Class FileManipulation

java.lang.Object
  extended by hydroScalingAPI.tools.FileManipulation

public abstract class FileManipulation
extends java.lang.Object

An abstract class to manage files

Author:
Ricardo Mantilla

Constructor Summary
FileManipulation()
           
 
Method Summary
static void CopyFile(java.io.File sourceFile, java.io.File destinationFile)
          Creates a new instance of CopyFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileManipulation

public FileManipulation()
Method Detail

CopyFile

public static void CopyFile(java.io.File sourceFile,
                            java.io.File destinationFile)
Creates a new instance of CopyFile

Parameters:
sourceFile - The source file
destinationFile - The destination file


CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.