Class Manual_HelloWorld_Simple


  • public class Manual_HelloWorld_Simple
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Repeats the "Hello World" text multiple times.
      • Methods inherited from class java.lang.Object

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

      • Manual_HelloWorld_Simple

        public Manual_HelloWorld_Simple()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Repeats the "Hello World" text multiple times. Decides whether to say "Hi" or "Hello" depending upon verbose switch. Uses the new QualifiedSwitch to set the language of verbosity Uses SimpleJSAP
        Parameters:
        args - the command line.
        Throws:
        java.lang.Exception - for reasons made clear later in the manual.