Class CommandLine


  • public class CommandLine
    extends java.lang.Object

    Command line usage class.

    • Constructor Summary

      Constructors 
      Constructor Description
      CommandLine()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String getArgValue​(java.lang.String[] args, java.lang.String name)  
      static void main​(java.lang.String[] args)  
      private static boolean toBoolean​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • CommandLine

        public CommandLine()
    • Method Detail

      • getArgValue

        private static java.lang.String getArgValue​(java.lang.String[] args,
                                                    java.lang.String name)
      • toBoolean

        private static boolean toBoolean​(java.lang.String s)