Class CommandLineUtils


  • public class CommandLineUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CommandLineUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.commons.cli.Options getOptions()  
      static BenchmarkConfig parseCommandLine​(org.apache.commons.cli.CommandLine cmd)  
      (package private) static void printError​(java.lang.String msg)  
      (package private) static void showUsage​(org.apache.commons.cli.Options options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CommandLineUtils

        private CommandLineUtils()
    • Method Detail

      • getOptions

        public static org.apache.commons.cli.Options getOptions()
      • parseCommandLine

        public static BenchmarkConfig parseCommandLine​(org.apache.commons.cli.CommandLine cmd)
      • showUsage

        static void showUsage​(org.apache.commons.cli.Options options)
      • printError

        static void printError​(java.lang.String msg)