Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected e

Protected file

file: File

Protected isLocallyAvailable

isLocallyAvailable: boolean

Protected name

name: string

Protected nest

nest: Nest

Protected tunnel

tunnel: Tunnel

Methods

fail

  • fail(reason: string): void

getBasename

  • getBasename(): string

getContentType

  • getContentType(): string

getDirname

  • getDirname(): string

getExtension

  • getExtension(): string

getFile

getIsLocallyAvailable

  • getIsLocallyAvailable(): boolean

getName

  • getName(): string

getNest

getPath

  • getPath(): string

getTunnel

isFile

  • isFile(): boolean

isFolder

  • isFolder(): boolean

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

rename

  • rename(newName: string): void

setIsLocallyAvailable

  • setIsLocallyAvailable(available: boolean): void

setName

  • setName(filename: string): void

setNest

  • setNest(nest: Nest): void

setPath

  • setPath(path: string): void

setTunnel

  • setTunnel(tunnel: Tunnel): void

Generated using TypeDoc