|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object controller.FileCopy
public class FileCopy
Title: Bioinformatics Project
Description: Genomes Comparacent
Copyright: Copyright (c) 2005-2006
FilyCopy is class that copies one file into another, the source should be a file which exist, not a directory, and the user must have read permission to it, the new file should not exist
Constructor Summary | |
---|---|
FileCopy()
|
Method Summary | |
---|---|
static void |
copy(java.lang.String fromFileName,
java.lang.String toFileName)
Copies file given by the path fromFileName into a new file given by the path toFileName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileCopy()
Method Detail |
---|
public static void copy(java.lang.String fromFileName, java.lang.String toFileName) throws java.io.IOException
fromFileName
- String:toFileName
- String:
java.io.IOException
- String:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |