|
Class Summary |
| Application |
The application class represents an executable Java application. |
| ApplicationController |
ApplicationController |
| CmdLineArg |
CmdLineArg holds a parsed command line argument. |
| CmdLineArgs |
CmdLineArgs holds the parsed command line arguments. |
| CmdLineEvent |
Implements a command line event that application may handle |
| CmdLineFreeArgOption |
The CmdLineFreeArgOption describes the free arguments for a command line |
| CmdLineOption |
The CmdLineOption describes represents a single command line option
Sample 1
-d -z --port 80 --logFile ../tst.log |
| CmdLineProcessor |
The CmdLineProcessor parses command line arguments |
| Manageable |
Manageables are similiar to applications. |
| Rendezvous |
The rendezvous mechanism is implemented as a single class, and provides a set
of functions useful for a wide range of applications. |