org.curjent.example.agent.filecopy
Interface FileVerify


interface FileVerify

The verification agent reads two files and logs whether or not they are exactly the same, byte for byte.


Method Summary
 void verify(String source, String target)
           
 

Method Detail

verify

void verify(String source,
            String target)


Copyright 2009-2011 Tom Landon
Apache License 2.0