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

CSpell

Add Configurable Parameters

This page describes the procedures to add a new configurable parameter to CSpell:

  • Add the new parameter to the configuration file:
    • ${CSPELL_DIR}/data/Config/cSpell.properties
  • Update source code ${CSPELL_DIR_SRC}/Lib/Configuration.java
    • Add a new key at the bottom of file
    • Add the new parameter to the method of GetInformation( )
  • Update source code ${CSPELL_DIR_SRC}/Api/CSpellApi.java
    • Add the new data member at the bottom of file
    • Add to the method of Init( )
    • Add associated getter method
  • Add to the source code that use this configurable parameter: