org.exolab.jmscts.report
Class FileHelper

java.lang.Object
  |
  +--org.exolab.jmscts.report.FileHelper

public final class FileHelper
extends java.lang.Object

Helper class for manipulating files

Version:
$Revision: 1.2 $ $Date: 2004/02/02 03:50:24 $
Author:
Tim Anderson

Method Summary
static void copy(java.lang.String input, java.lang.String output)
          Copy a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copy

public static void copy(java.lang.String input,
                        java.lang.String output)
                 throws java.io.IOException
Copy a file
Parameters:
input - source path
output - target path
Throws:
java.io.IOException - if the copy fails


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.