Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.util |
Provides various utility applications and classes.
|
Modifier and Type | Method | Description |
---|---|---|
PanelGroup |
Command.getHelpPanelGroup() |
Returns the fully integrated file system path of the help panel group in which
the online help information exists for this command.
|
Modifier and Type | Method | Description |
---|---|---|
String |
Command.getXMLHelpText(PanelGroup panelGroup) |
Parses the XML source for this CL command and returns
the help text.
|
Modifier and Type | Method | Description |
---|---|---|
String |
CommandHelpRetriever.generateHTML(Command command,
PanelGroup panelGroup) |
Generates IBM-formatted command help documentation for the specified CL command.
|
byte[] |
CommandHelpRetriever.generateHTMLBytes(Command command,
PanelGroup panelGroup) |
Generates IBM-formatted command help documentation for the specified CL command.
|
Copyright © 2024. All rights reserved.