Options
All
  • Public
  • Public/Protected
  • All
Menu

This class encapulates operations for Zowe CLI environment information. We use the term environment loosely. Sometimes it is an environment variable. It can also be something in the runtime environment, like version of NodeJS.

Hierarchy

  • EnvQuery

Index

Properties

Static Private Readonly allEolRegex

allEolRegex: RegExp = new RegExp(EnvQuery.eolMatch, "g")

Static Private Readonly divider

divider: string = `______________________________________________${os.EOL}`

Static Private Readonly eolMatch

eolMatch: string = "( ?|)"

Static Private Readonly indent

indent: " " = " "

Static Private Readonly lastEolRegex

lastEolRegex: RegExp = new RegExp(EnvQuery.eolMatch + "$")

Methods

Static Private detectProbVal

  • detectProbVal(value: string, probTest: IProbTest): boolean

Static Private getCmdOutput

  • getCmdOutput(cmdToRun: string, args: string[]): string

Static Private getConfigInfo

Static Private getEnvItemProblems

  • getEnvItemProblems(itemId: ItemId, itemVal: string): string

Static getEnvItemVal

Static Private getNpmInfo

Static Private getOtherZoweEnvVars

Static Private getPluginInfo

Static Private getZoweVer

Static Private updateProgressBar

  • updateProgressBar(doesProgBarExist: boolean, firstUpdate?: boolean): Promise<void>

Generated using TypeDoc