org.opennms.netmgt.utils
Class FileBackup

java.lang.Object
  extended by org.opennms.netmgt.utils.FileBackup

public class FileBackup
extends Object

This class is used to make a quick backup of a file

Author:
Jason , OpenNMS

Constructor Summary
FileBackup()
           
 
Method Summary
static void makeBackup(String originalFile, String backupFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBackup

public FileBackup()
Method Detail

makeBackup

public static void makeBackup(String originalFile,
                              String backupFile)
                       throws IOException
Throws:
IOException


Copyright © 2009. All Rights Reserved.