|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fastplanet.utils.filecopier.FileCopier
public class FileCopier
Constructor Summary | |
---|---|
FileCopier()
|
Method Summary | |
---|---|
static void |
copyfile(java.lang.String sourceFilePath,
java.lang.String destinationFilePath)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileCopier()
Method Detail |
---|
public static void copyfile(java.lang.String sourceFilePath, java.lang.String destinationFilePath) throws java.io.IOException
sourceFilePath
- - absolute path to the file to be copieddestinationFilePath
- - absolute path to destination file
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |