|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproper.io.CopyFile
public class CopyFile
This class just copies a files from one location to another one.
Originally taken from here.
Constructor Summary | |
---|---|
CopyFile()
|
Method Summary | |
---|---|
static boolean |
copy(java.lang.String from,
java.lang.String to)
tries to copy the given file to the new location |
static void |
main(java.lang.String[] args)
for testing only |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyFile()
Method Detail |
---|
public static boolean copy(java.lang.String from, java.lang.String to)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |