Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Project

Hierarchy

  • Project

Implements

  • PropertyMap

Index

Constructors

  • new Project(rootDir: string): Project

Properties

rootDir: string

Accessors

  • get installedMaps(): number

Methods

  • get(key: string): any
  • has(key: string): boolean
  • installPropertySource(source: PropertySource): Promise<void>
  • objectFactory<T>(type: Type<T>): T