Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Job
    • FolderJob

Index

Constructors

constructor

Properties

Protected basename

basename: string

Protected dirname

dirname: string

Protected e

Protected files

files: File[]

Protected isLocallyAvailable

isLocallyAvailable: boolean

Protected name

name: string

Protected nest

nest: Nest

Protected path

path: string

Protected tunnel

tunnel: Tunnel

Methods

addFile

  • addFile(file: File): void

count

  • count(): number

createFiles

  • createFiles(callback: any): void
  • Creates file objects for folder contents. Async operation returns a callback on completion.

    Parameters

    • callback: any

    Returns void

fail

  • fail(reason: string): void

getExtension

  • getExtension(): any

getFile

  • getFile(index: number): File

getFiles

  • getFiles(): Array<File>

getIsLocallyAvailable

  • getIsLocallyAvailable(): boolean

getName

  • getName(): string

getNest

getPath

  • getPath(): string

getTunnel

isFile

  • isFile(): boolean

isFolder

  • isFolder(): boolean

setIsLocallyAvailable

  • setIsLocallyAvailable(available: boolean): void

setName

  • setName(name: string): void

setNest

  • setNest(nest: Nest): void

setTunnel

  • setTunnel(tunnel: Tunnel): void

Generated using TypeDoc