Lexical Tools

Global Behavior Option - Configuration Information

  • Description:

    Display high level configuration information. They are:

    • LVG_DIR: the path of lvg root directory
    • DB_TYPE: database type, such as HSQLDB, MYSQL, OTHER
    • DB_NAME: name of database is used.


  • Features:
    1. Display high level configuration information.


  • Symbol: ci

  • Examples:
    shell> lvg -ci
    
    LVG_DIR: [/Projects/lvg2024/]
    DB_TYPE: [HSQLDB]
    DB_NAME: [lvg2024]
    
  • Implementation Logic:
    1. Call Configuration.GetInformation()