- All Implemented Interfaces:
Runnable
Main command line entry point.
-
Constructor Summary
Constructors
Main command line entry point.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Main
Main command line entry point.
- Parameters:
inArgs - The command-line arguments
-
Method Details
-
main
public static void main(String[] args)
The main entry point.
- Parameters:
args - Command line arguments
-
exitCode
public int exitCode()
- Returns:
- The program exit code
-
run
public void run()
- Specified by:
run in interface Runnable