Class Manual_HelloWorld_8

java.lang.Object
com.martiansoftware.jsap.examples.Manual_HelloWorld_8

public class Manual_HelloWorld_8 extends Object
  • Constructor Details

    • Manual_HelloWorld_8

      public Manual_HelloWorld_8()
  • Method Details

    • main

      public static void main(String[] args) throws 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
      Parameters:
      args - the command line.
      Throws:
      Exception - for reasons made clear later in the manual.