Class JoltCli

java.lang.Object
com.bazaarvoice.jolt.JoltCli

public class JoltCli extends Object
  • Field Details

  • Constructor Details

    • JoltCli

      public JoltCli()
  • Method Details

    • main

      public static void main(String[] args)
    • runJolt

      protected static boolean runJolt(String[] args)
      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