Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractConfiguration

Hierarchy

Implements

  • Configuration

Index

Methods

getOrElse

  • getOrElse<O, T>(property: string, other: O): T | O

Abstract getProperty

  • getProperty<T>(property: string): T

Abstract getRawObject

  • getRawObject(): object

Abstract hasProperty

  • hasProperty(property: string): boolean

Abstract setProperty

  • setProperty<T>(property: string, value: T): void

Generated using TypeDoc