Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginDeployerEntry

Hierarchy

  • PluginDeployerEntry

Implemented by

Index

Properties

rootPath

rootPath: string

A fs path to a directory where a plugin is located. Depending on a plugin format it can be different from path. Use path if you want to resolve something within a plugin, like README.md file. Use rootPath if you want to manipulate the entire plugin location, like delete or move it.

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

storeValue

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

updatePath

  • updatePath(newPath: string): void