| |
|
| java.lang.Object org.griphyn.vdl.toolkit.VersionNumber
VersionNumber | public class VersionNumber (Code) | | This class just prints the current version number on stdout.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 146 $ |
Constructor Summary | |
public | VersionNumber(String appName) ctor: Constructs a new instance with the given application name. |
VersionNumber | public VersionNumber(String appName)(Code) | | ctor: Constructs a new instance with the given application name.
Parameters: appName - is the name of the application |
generateValidOptions | protected LongOpt[] generateValidOptions()(Code) | | Creates a set of options.
the assembled long option list |
showUsage | public void showUsage()(Code) | | Prints the usage string.
|
|
|
|