Object
Application
- All Implemented Interfaces:
Runner
Class with
main()
- method that prints command line arguments.- Version:
"C12-1.0.0-SNAPSHOT"
- Author:
"sgraupner"
-
Method Summary
-
Method Details
-
main
Staticmain()
- method as entry point for the Java VM.- Parameters:
args
- arguments passed from the command line
-
run
Run application code on aRunner
instance rather than in thestatic main();
method.
-