Package org.daisy.dotify.devtools.cli
Class DotifyRegressionTesterUI
- java.lang.Object
-
- org.daisy.dotify.devtools.cli.DotifyRegressionTesterUI
-
public class DotifyRegressionTesterUI extends Object
-
-
Constructor Summary
Constructors Constructor Description DotifyRegressionTesterUI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)First argument should point to a file containing paths to input xml and reference output.
-
-
-
Method Detail
-
main
public static void main(String[] args)
First argument should point to a file containing paths to input xml and reference output. E.g. DTB00001/DTB00001.xml baseline/P1.pef Second argument should point to the CLI- Parameters:
args- the application arguments
-
-