org.hrodberaht.directus.util
Class FileUtil

java.lang.Object
  extended by org.hrodberaht.directus.util.FileUtil

public class FileUtil
extends java.lang.Object

Simple Java Utils

Since:
1.0
Version:
1.0
Author:
Robert Alexandersson

Method Summary
static void copy(java.io.File fileIn, java.io.File fileOut)
           
static void move(java.io.File fileIn, java.io.File fileOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

move

public static void move(java.io.File fileIn,
                        java.io.File fileOut)
                 throws java.io.IOException
Throws:
java.io.IOException

copy

public static void copy(java.io.File fileIn,
                        java.io.File fileOut)
                 throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.