Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ConfigObject

Hierarchy

  • ConfigObject

Implements

Index

Constructors

constructor

Properties

Private allDelimiters

allDelimiters: IDelimitersCollection

Private data

data: Object

Static Private propStringTmplRe

propStringTmplRe: RegExp

Methods

Private addDelimiters

  • addDelimiters(name: any, opener: any, closer: any): void

get

  • get(prop?: any): any

merge

process

  • process(raw: any): any

Private processTemplate

  • processTemplate(tmpl: string, options: any): string

raw

  • raw(prop?: any): any

set

Private setDelimiters

unset

  • unset(prop: any): any

Static escape

  • escape(str: string): string

Static getPropString

  • getPropString(prop: any): string

Static makeProperty