org.curjent.example.agent.filecopy
Class FileCopyTask

java.lang.Object
  extended by 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.


Constructor Summary
FileCopyTask()
           
 
Method Summary
(package private)  void copy(String source, String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileCopyTask

FileCopyTask()
Method Detail

copy

void copy(String source,
          String target)
    throws IOException
Throws:
IOException


Copyright 2009-2011 Tom Landon
Apache License 2.0