Public Member Functions |
| void | performExit () |
| | This should perform actions to close the program (stop threads, disconnect, resign, exit(0), etc)
|
| boolean | parseCmdLine (String[] args) |
| | This will parse CommandLine Arguments.
|
| void | start (String[] args) |
| | This is the entry point for the main of each SimpleTime Implementation.
|
| void | usage () |
| | This prints to Standard out the usage (command line arguments you pass in and what they do)
|
| void | performFire () |
| String | version () |
Member Function Documentation
| boolean common.NullSimpleTime.parseCmdLine |
( |
String[] |
args | ) |
|
|
inline |
This will parse CommandLine Arguments.
- Parameters
-
- Returns
- Exceptions
-
Implements common.ISimpleTime.
| void common.NullSimpleTime.performExit |
( |
| ) |
|
|
inlinevirtual |
This should perform actions to close the program (stop threads, disconnect, resign, exit(0), etc)
Implements common.ISimpleTime.
| void common.NullSimpleTime.performFire |
( |
| ) |
|
|
inline |
| void common.NullSimpleTime.start |
( |
String[] |
args | ) |
|
|
inline |
This is the entry point for the main of each SimpleTime Implementation.
- Parameters
-
Implements common.ISimpleTime.
| void common.NullSimpleTime.usage |
( |
| ) |
|
|
inline |
This prints to Standard out the usage (command line arguments you pass in and what they do)
Implements common.ISimpleTime.
| String common.NullSimpleTime.version |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: