Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Lexical Tools

Create a new porgram using command Line interface

  1. Create a class foo and make it extends SystemOption (refer to OptionTest)

  2. Define the system option flag by defining a option string in DefineFlag().

  3. Define all flag full names (if any) in DefineFlag() in foo.

  4. Define what to do for each option in ExecuteCommand() in foo.

  5. Define main( ) in foo.

  6. Define help menus for each options if needed (treat help menus same as other options).