Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginDeployerEntryImpl

Hierarchy

  • PluginDeployerEntryImpl

Implements

Index

Constructors

constructor

Properties

Private _rootPath

_rootPath: undefined | string

Private _type

_type: PluginType = ...

Private acceptedTypes

acceptedTypes: PluginDeployerEntryType[]

Private changes

changes: string[]

Private currentPath

currentPath: string

Private initPath

initPath: string

Private map

map: Map<string, any>

Readonly originId

originId: string

Readonly pluginId

pluginId: string

Private resolved

resolved: boolean

Private resolvedByName

resolvedByName: string

Accessors

rootPath

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

type

Methods

accept

getChanges

  • getChanges(): string[]

getValue

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

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

setResolvedBy

  • setResolvedBy(name: string): void

storeValue

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

updatePath

  • updatePath(newPath: string, transformerName?: string): void