Class Manual_HelloWorld_4
- java.lang.Object
-
- com.martiansoftware.jsap.examples.Manual_HelloWorld_4
-
public class Manual_HelloWorld_4 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Manual_HelloWorld_4()
-
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.
-
-
-
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.- Parameters:
args
- the command line.- Throws:
java.lang.Exception
- for reasons made clear later in the manual.
-
-