com.application.areca.impl
Class AbstractIncrementalFileSystemMedium.CheckHash

java.lang.Object
  extended by com.application.areca.impl.AbstractIncrementalFileSystemMedium.CheckHash
All Implemented Interfaces:
IOTask
Enclosing class:
AbstractIncrementalFileSystemMedium

public class AbstractIncrementalFileSystemMedium.CheckHash
extends java.lang.Object
implements IOTask


Constructor Summary
AbstractIncrementalFileSystemMedium.CheckHash(ProcessContext context, boolean verbose, byte[] storedHash, ContentEntry entry, java.io.File file)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIncrementalFileSystemMedium.CheckHash

public AbstractIncrementalFileSystemMedium.CheckHash(ProcessContext context,
                                                     boolean verbose,
                                                     byte[] storedHash,
                                                     ContentEntry entry,
                                                     java.io.File file)
Method Detail

run

public void run()
         throws java.io.IOException,
                TaskCancelledException,
                ApplicationException
Specified by:
run in interface IOTask
Throws:
java.io.IOException
TaskCancelledException
ApplicationException