public class LvgHelp
extends java.lang.Object
This class should be modified to become file driven in the future (TBD).
History:
| Constructor and Description |
|---|
LvgHelp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FlowHelp(java.io.BufferedWriter bw,
boolean fileOutput,
Out out)
Print out the help menu of Lvg flow components.
|
static void |
LvgHelp(java.io.BufferedWriter bw,
boolean fileOutput,
Out out)
Print out Lvg system help menu.
|
static void |
OutputFieldHelp(java.io.BufferedWriter bw,
boolean fileOutput,
Out out)
Print out the Lvg output fields help menu.
|
public static void LvgHelp(java.io.BufferedWriter bw,
boolean fileOutput,
Out out)
The option flags and command executions are defined in the classes of Flow and LvgCmdApi, respectively.
bw - buffer writer for Stdout or file outfileOutput - a flag to indicate if the bw is a file outputout - out objectFlow,
LvgCmdApi,
Design Documentpublic static void OutputFieldHelp(java.io.BufferedWriter bw,
boolean fileOutput,
Out out)
bw - buffer writer for Stdout or file outfileOutput - a flag to indicate if the bw is a file outputout - out objectpublic static void FlowHelp(java.io.BufferedWriter bw,
boolean fileOutput,
Out out)
bw - buffer writer for Stdout or file outfileOutput - a flag to indicate if the bw is a file outputout - out object Submit a bug or feature
Copyright © 2020 National Library of Medicine