Options
All
  • Public
  • Public/Protected
  • All
Menu

A VariableHandler that will set the given variable to the given value, unless there already is a value for the variable and override is false.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new VariableSetter(variable: string, value: string, override?: boolean): VariableSetter

Properties

Private Readonly override

override: boolean

Private Readonly value

value: string

Private Readonly variable

variable: string

Methods

canHandle

handle

  • handle(__namedParameters: { settings: PodSettings }): Promise<void>

handleSafe