synergynetframework.appsystem.launcher.distbuilder
Class FileUtils

java.lang.Object
  extended by synergynetframework.appsystem.launcher.distbuilder.FileUtils

public class FileUtils
extends java.lang.Object

The Class FileUtils.


Constructor Summary
FileUtils()
           
 
Method Summary
static void copyFiles(java.io.File src, java.io.File dest)
          Copy files.
static void streamCopy(java.io.InputStream is, java.io.OutputStream os)
          Stream copy.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

copyFiles

public static void copyFiles(java.io.File src,
                             java.io.File dest)
                      throws java.io.IOException
Copy files.

Parameters:
src - the src
dest - the dest
Throws:
java.io.IOException - Signals that an I/O exception has occurred.

streamCopy

public static void streamCopy(java.io.InputStream is,
                              java.io.OutputStream os)
                       throws java.io.IOException
Stream copy.

Parameters:
is - the is
os - the os
Throws:
java.io.IOException - Signals that an I/O exception has occurred.