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

constructor

Properties

Readonly delegate

Readonly deployer

deployer: T

Private Readonly deployerName

deployerName: string

Accessors

rootPath

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

type

Methods

accept

getChanges

  • getChanges(): string[]

getValue

  • getValue<V>(key: string): V

hasError

  • hasError(): boolean

id

  • id(): string

isAccepted

isDirectory

  • isDirectory(): boolean

isFile

  • isFile(): boolean

isResolved

  • isResolved(): boolean

originalPath

  • originalPath(): string

path

  • path(): string

resolvedBy

  • resolvedBy(): string

storeValue

  • storeValue<V>(key: string, value: V): void

updatePath

  • updatePath(newPath: string): void