The implemented option is a BooleanParam whose tag is defined by "VersionCmdLineHandler.version.tag" in the strings.properties file (set to "version", in English).
Should the user specify this option on the command line, the command's version is printed to stdout, and System.exit(0)
is called.
Information on using CmdLineHandlers can be found in the jcmdline User Guide. @author Lynne Lawrence @version jcmdline Rel. @VERSION@ $Id: VersionCmdLineHandler.java,v 1.2 2002/12/07 14:22:06 lglawrence Exp $ @see CmdLineHandler @see AbstractHandlerDecorator
|
|
|
|
|
|