Class AbstractConfiguration
Methods
getOrElse
- getOrElse<O, T>(property: string, other: O): T | O
-
Type parameters
Parameters
-
property: string
-
other: O
Returns T
|
O
Abstract getProperty
- getProperty<T>(property: string): T
-
Type parameters
Parameters
Returns T
Abstract hasProperty
- hasProperty(property: string): boolean
-
Parameters
Returns boolean
Abstract setProperty
- setProperty<T>(property: string, value: T): void
-
Type parameters
Parameters
-
property: string
-
value: T
Returns void