Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PluginDeployerEntryImpl

Implements

Index

Constructors

Properties

_rootPath: undefined | string
_type: PluginType = PluginType.System
acceptedTypes: PluginDeployerEntryType[]
changes: string[]
currentPath: string
initPath: string
map: Map<string, any>
originId: string
pluginId: string
resolved: boolean
resolvedByName: string

Accessors

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

Methods

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