Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SimpleFolderToRemove

A simple implementation of a folder to remove.

Hierarchy

  • SimpleFolderToRemove

Implements

Index

Constructors

constructor

Properties

Private _NAME_AND_PATH

_NAME_AND_PATH: WithNameAndPath

Name and relative path information.

directory

directory: string

The path to the (local) directory.

workspace

workspace: Workspace

the underlying workspace.

Accessors

name

  • get name(): string

path

  • get path(): string

Methods

onBeforeRemove

  • onBeforeRemove(): Promise<void>
  • The method that should be invoked BEFORE the folder is going to be removed.

    Returns Promise<void>

onRemoveCompleted

  • onRemoveCompleted(): Promise<void>
  • The method that should be invoked AFTER the folder has been removed.

    Returns Promise<void>

Generated using TypeDoc