Package org.daisy.dotify.devtools.cli
Class PEFFileCompareUI
- java.lang.Object
-
- org.daisy.dotify.devtools.cli.PEFFileCompareUI
-
public class PEFFileCompareUI extends Object
Provides a command line tool for comparing two folders with pef files for differences. Meta data in the files is ignored when comparing. A flat organization of files is assumed. Warnings are generated if stray files are found (a file with the same name cannot be found in the other folder) or if the folders contain other folders or files not ending with '.pef'.
-
-
Constructor Summary
Constructors Constructor Description PEFFileCompareUI()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws FileNotFoundException
- Parameters:
args- the application arguments- Throws:
FileNotFoundException- if a file can't be found
-
-