Package org.curjent.example.agent.filecopy

File copy example from the curjent website.

See:
          Description

Interface Summary
FileCopy File copy example using a listener to verify copies and report errors.
FileCopyFactory The agent's factory initializes a new agent with its supporting verifier and listener.
FileVerify The verification agent reads two files and logs whether or not they are exactly the same, byte for byte.
FileVerifyFactory The copy factory uses the verification factory to create and initialize the verification agent and listener.
 

Class Summary
FileCopyTask The agent's copy task simply copies the bytes from one file to another.
FileCopyTest The test driver takes two arguments, a source directory and a target directory.
FileVerifyListener The verification listener monitors copy calls of the file copy agent for FINISHED execution states.
FileVerifyTask The verification task computes the checksums of two files and logs the success or failure of the comparison.
 

Package org.curjent.example.agent.filecopy Description

File copy example from the curjent website.



Copyright 2009-2011 Tom Landon
Apache License 2.0