Package net.emustudio.edigen.ui
Class Help
- java.lang.Object
-
- net.emustudio.edigen.ui.Help
-
public class Help extends java.lang.ObjectThe command line help text generator.
-
-
Constructor Summary
Constructors Constructor Description Help(java.lang.String executionCommand, CommandLine commandLine)Consturcts the help generator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringgenerate()Generates the help text.
-
-
-
Constructor Detail
-
Help
public Help(java.lang.String executionCommand, CommandLine commandLine)Consturcts the help generator.- Parameters:
executionCommand- the command to execute this applicationcommandLine- the command line argument parser object
-
-