Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigSynonym

Class representing a configuration synonym of a ConfigEntry

Hierarchy

  • ConfigSynonym

Index

Constructors

constructor

  • Returns ConfigSynonym

  • Parameters

    Returns ConfigSynonym

Methods

getName

  • getName(): string
  • Set the name of this configuration

    Returns string

getSource

  • getSource(): any
  • Set the source of this configuration

    Returns any

getValue

  • getValue(): string
  • Set the value of this configuration, which may be null if the configuration is sensitive

    Returns string

setName

  • Set the name of this configuration

    Parameters

    • name: string

    Returns ConfigSynonym

setSource

  • Set the source of this configuration

    Parameters

    • source: any

    Returns ConfigSynonym

setValue

  • Set the value of this configuration, which may be null if the configuration is sensitive

    Parameters

    • value: string

    Returns ConfigSynonym

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc