org.curjent.example.agent.filecopy
Class FileCopyTask
java.lang.Object
org.curjent.example.agent.filecopy.FileCopyTask
class FileCopyTask
- extends Object
The agent's copy task simply copies the bytes from one file to another.
Verification and error reporting is handled by the listener.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCopyTask
FileCopyTask()
copy
void copy(String source,
String target)
throws IOException
- Throws:
IOException
Copyright 2009-2011 Tom Landon
Apache License 2.0