Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProxyPluginDeployerEntry<T>

Proxify call to plugin deployer entry by adding the deployer name as part of the updating path

Type Parameters

  • T

Hierarchy

  • ProxyPluginDeployerEntry

Implements

Index

Constructors

Properties

deployer: T
deployerName: string

Accessors

  • get rootPath(): string
  • set rootPath(rootPath: string): void

Methods

  • getChanges(): string[]
  • getValue<V>(key: string): V
  • hasError(): boolean
  • id(): string
  • isDirectory(): boolean
  • isFile(): boolean
  • isResolved(): boolean
  • originalPath(): string
  • path(): string
  • resolvedBy(): string
  • storeValue<V>(key: string, value: V): void
  • updatePath(newPath: string): void