public class HelpGenerator extends Object
| Constructor and Description |
|---|
HelpGenerator(PrintWriter out,
Dictionary dict)
Create a HelpGenerator
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedValues()
Used in MethodBasedDictionaryArgument to delegate the fetching of the list of allowed values.
|
CommandSet |
getCommandSet()
Return the command set containing the HelpCommands themselves.
|
public HelpGenerator(PrintWriter out, Dictionary dict)
out - Where the output of the help commands should be sentdict - The dictionary used to provide helppublic CommandSet getCommandSet()
Copyright © 2015 LSST. All rights reserved.