net.sf.javagimmicks.io.folderdiff.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gimmicks Show documentation
Show all versions of gimmicks Show documentation
Utility classes, APIs and tools for Java
/**
* 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 - 2025 Weber Informatics LLC | Privacy Policy