Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScanOptions

An implementation of ScanOptionsInterface

Hierarchy

  • ScanOptions

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

Private _filter

_filter: function

Type declaration

    • (path: string, entry: string): Bluebird<boolean>
    • Parameters

      • path: string
      • entry: string

      Returns Bluebird<boolean>

Private _glob

_glob: string

Private _path

_path: string

Private _recursive

_recursive: boolean

Accessors

filter

  • get filter(): function
  • set filter(value: function): void
  • Returns function

      • (path: string, entry: string): Bluebird<boolean>
      • Parameters

        • path: string
        • entry: string

        Returns Bluebird<boolean>

  • Parameters

    • value: function
        • (path: string, entry: string): Bluebird<boolean>
        • Parameters

          • path: string
          • entry: string

          Returns Bluebird<boolean>

    Returns void

glob

  • get glob(): string
  • set glob(value: string): void

path

  • get path(): string
  • set path(value: string): void

recursive

  • get recursive(): boolean
  • set recursive(value: boolean): void

Generated using TypeDoc