Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnvVariablesServerImpl

Hierarchy

  • EnvVariablesServerImpl

Implements

Index

Constructors

constructor

Properties

Protected Readonly configDirUri

configDirUri: Promise<string>

Protected Readonly envs

envs: {} = {}

Type declaration

Protected Readonly homeDirUri

homeDirUri: string = ...

Methods

Protected createConfigDirUri

  • createConfigDirUri(): Promise<string>

Protected filterHiddenPartitions

  • filterHiddenPartitions(path: string): boolean

getConfigDirUri

  • getConfigDirUri(): Promise<string>

getDrives

  • getDrives(): Promise<string[]>

getExecPath

  • getExecPath(): Promise<string>

getHomeDirUri

  • getHomeDirUri(): Promise<string>

getValue

  • getValue(key: string): Promise<undefined | EnvVariable>

getVariables