Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Config

Hierarchy

  • Config

Index

Constructors

constructor

  • new Config(config: any): Config

Properties

config

Methods

extendConfig

getAvailableServices

getService

  • getService(serviceName: string, ver: string, os: string): Service
  • Parameters

    • serviceName: string
    • ver: string
    • os: string

    Returns Service

    The config of a service scoped by OS and service name

validateConfig

  • validateConfig(config: any): void