All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.javagimmicks.io.folderdiff.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Contains a folder comparison engine that scans the contents of two folders
 * and finds differences between them down to file level.
 * 

* It is easily configurable, how files are compared by activating any of the * following modes: *

    *
  • Change date comparison
  • *
  • File size comparison
  • *
  • File checksum comparison
  • *
*

* The engine is heavily built on top of {@link net.sf.javagimmicks.collections.diff} * features (from collections module). */ package net.sf.javagimmicks.io.folderdiff;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy