ddiff
Version 1.0.0

com.ehsbe.ddiff
Class Worker

java.lang.Object
  extended by com.ehsbe.ddiff.Worker

public class Worker
extends Object

Version:
$Revision: 395 $
Author:
Jens Elkner

Method Summary
Modifier and Type Method and Description
 boolean finished()
          Check, whether the worker has finished comparision.
 void start()
          Start comparing the given directories.
 boolean started()
          Check, whether the worker has been already started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public void start()
           throws IOException
Start comparing the given directories.

Throws:
IOException

started

public boolean started()
Check, whether the worker has been already started.

Returns:
true if started.

finished

public boolean finished()
Check, whether the worker has finished comparision.

Returns:
true if finished.

ddiff
Version 1.0.0

Created by Jens Elkner