Package com.bazaarvoice.jolt
Class JoltCli
java.lang.Object
com.bazaarvoice.jolt.JoltCli
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JOLT_CLI_PROCESSOR_MAP
-
-
Constructor Details
-
JoltCli
public JoltCli()
-
-
Method Details
-
main
-
runJolt
The logic for running DiffyTool has been captured in a helper method that returns a boolean to facilitate unit testing. Since System.exit terminates the JVM it would not be practical to test the main method.- Parameters:
args
- the arguments from the command line input- Returns:
- true if two inputs were read with no differences, false if differences were found or an error was encountered
-