LexAccess Java
2008 Version

gov.nih.nlm.nls.lexAccess.Api
Class LexAccessHelp

java.lang.Object
  extended by gov.nih.nlm.nls.lexAccess.Api.LexAccessHelp

public class LexAccessHelp
extends java.lang.Object

This class is to print out help menu.

History:

Version:
V-2008
Author:
NLM NLS Development Team

Constructor Summary
LexAccessHelp()
           
 
Method Summary
static void CategoryHelp(java.io.BufferedWriter bw, boolean fileOutput)
          Print out the LexAccess Category help menu.
static void FormatHelp(java.io.BufferedWriter bw, boolean fileOutput)
          Print out the LexAccess format help menu.
static void LexAccessHelp(java.io.BufferedWriter bw, boolean fileOutput)
          Print out LexAccess system help menu.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexAccessHelp

public LexAccessHelp()
Method Detail

LexAccessHelp

public static void LexAccessHelp(java.io.BufferedWriter bw,
                                 boolean fileOutput)
Print out LexAccess system help menu.

The option flags and command executions are defined in the classes of Flow and LexAccessCmdApi, respectively.

Parameters:
bw - buffer writer for Stdout or file out
fileOutput - a flag to indicate if the bw is a file output
See Also:
LexAccessCmdApi

CategoryHelp

public static void CategoryHelp(java.io.BufferedWriter bw,
                                boolean fileOutput)
Print out the LexAccess Category help menu.

Parameters:
bw - buffer writer for Stdout or file out
fileOutput - a flag to indicate if the bw is a file output

FormatHelp

public static void FormatHelp(java.io.BufferedWriter bw,
                              boolean fileOutput)
Print out the LexAccess format help menu.

Parameters:
bw - buffer writer for Stdout or file out
fileOutput - a flag to indicate if the bw is a file output

LexAccess Java
2008 Version

Submit a bug or feature

Copyright © 2008 National Library of Medicine