ddiff
Version 1.0.0

Uses of Class
com.ehsbe.ddiff.Worker

Uses of Worker in com.ehsbe.ddiff
 

Methods in com.ehsbe.ddiff that return Worker
Modifier and Type Method and Description
 Worker Analyzer.getWorker(java.nio.file.Path left, java.nio.file.Path right, PrintStream out)
          Get the worker for compare the given directories side by side, which prints the results to the given output stream.
 Worker Analyzer.getWorker(java.nio.file.Path left, java.nio.file.Path right, PrintStream out)
          Get the worker for compare the given directories side by side, which prints the results to the given output stream.
 


ddiff
Version 1.0.0

Created by Jens Elkner