wt.index.setup
Class FileCopier
java.lang.Object
wt.index.setup.FileCopier
- public class FileCopier
- extends Object
Method Summary |
static void |
copy(File[] file,
File toDirectory)
Copies array of files to given Directory |
static void |
copy(File file,
File toDirectory)
Copies file to given Directory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCopier
public FileCopier()
copy
public static void copy(File file,
File toDirectory)
throws IOException
- Copies file to given Directory
- Throws:
IOException
copy
public static void copy(File[] file,
File toDirectory)
throws IOException
- Copies array of files to given Directory
- Throws:
IOException