Options
All
  • Public
  • Public/Protected
  • All
Menu

Tawjaw Importer default configuration loader, responsible for providing all configuration values with a namespace key of TAPJAW_.

Hierarchy-Diagram

UML class diagram of TapjawConfig

Legend

icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract class
icon for a protected property in the UML class diagram protected property
icon for a public method in the UML class diagram public method
icon for a private method in the UML class diagram private method

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

config: ConfigurationMap = ...

Methods

  • getConfig(configKey: string): string
  • Get a configuration value from the available configurations in this classes namespace.

    throws

    TapjawConfigError

    Parameters

    • configKey: string

      string The configuration key minus the this.configNamespaceKey. For example APP_NAME would be requested with this.getConfig('NAME');.

    Returns string

    string | never

Generated using TypeDoc