Skip to main content
Version: 0.7.x

PlatformConfigParser

@agros/config / PlatformConfigParser

Class: PlatformConfigParser

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new PlatformConfigParser(platformName)

Parameters

NameType
platformNamestring

Defined in

platform-config-parser.ts:11

Properties

platformIndexFile

Protected platformIndexFile: string

Defined in

platform-config-parser.ts:8


platformName

Protected Readonly platformName: string

Defined in

platform-config-parser.ts:11


platformRootDir

Protected platformRootDir: string

Defined in

platform-config-parser.ts:9

Methods

getBundlessPlatform

getBundlessPlatform(): BundlessPlatform

Returns

BundlessPlatform

Defined in

platform-config-parser.ts:56


getPlatform

getPlatform<T>(): T

Type parameters

Name
T

Returns

T

Defined in

platform-config-parser.ts:48


getPlatformRootDir

getPlatformRootDir(): string

Returns

string

Defined in

platform-config-parser.ts:36


getPlatformWebpackConfigFactory

getPlatformWebpackConfigFactory(): Function

Returns

Function

Defined in

platform-config-parser.ts:40