Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected basename

basename: string

Protected contentType

contentType: string

Protected e

Protected extension

extension: string

name

name: string

nest

nest: Nest

Protected path

path: string

tunnel

tunnel: Tunnel

Methods

fail

  • fail(reason: string): void

getBasename

  • getBasename(): string

getContentType

  • getContentType(): string

getExtension

  • getExtension(): string

getName

  • getName(): string

getPath

  • getPath(): string

move

  • move(destinationNest: any, callback: any): void
  • Moves a file to a nest. This is an asynchronous method which provides a callback on completion.

    Parameters

    • destinationNest: any
    • callback: any

    Returns void

setName

  • setName(filename: string): void

setPath

  • setPath(path: string): void

Generated using TypeDoc