|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nih.nlm.nls.tc.Tools.StiHelp
public class StiHelp
This class is to print out ST index help menu.
History:
Constructor Summary | |
---|---|
StiHelp()
|
Method Summary | |
---|---|
static void |
InputFilterHelp(java.io.BufferedWriter bw,
boolean fileOutput)
Print out input filter of Sti system help menu. |
static void |
LegalWordsFilterHelp(java.io.BufferedWriter bw,
boolean fileOutput,
java.lang.String version)
Print out Legal words filter of Sti system help menu. |
static void |
OutputFieldHelp(java.io.BufferedWriter bw,
boolean fileOutput)
Print out the Sti output fields help menu. |
static void |
OutputFilterHelp(java.io.BufferedWriter bw,
boolean fileOutput)
Print out output filter of Sti system help menu. |
static void |
StiHelp(java.io.BufferedWriter bw,
boolean fileOutput)
Print out Sti system help menu. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiHelp()
Method Detail |
---|
public static void StiHelp(java.io.BufferedWriter bw, boolean fileOutput)
bw
- buffer writer for Stdout or file outfileOutput
- a flag to indicate if the bw is a file outputpublic static void OutputFieldHelp(java.io.BufferedWriter bw, boolean fileOutput)
public static void InputFilterHelp(java.io.BufferedWriter bw, boolean fileOutput)
bw
- buffer writer for Stdout or file outfileOutput
- a flag to indicate if the bw is a file outputpublic static void OutputFilterHelp(java.io.BufferedWriter bw, boolean fileOutput)
bw
- buffer writer for Stdout or file outfileOutput
- a flag to indicate if the bw is a file outputpublic static void LegalWordsFilterHelp(java.io.BufferedWriter bw, boolean fileOutput, java.lang.String version)
bw
- buffer writer for Stdout or file outfileOutput
- a flag to indicate if the bw is a file outputversion
- the specified version to run
|
TC Java 2011 Version |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |