Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssetFileMap

AssetFileMap handles file path based asset list.

Hierarchy

  • AssetFileMap

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private assetRoot

assetRoot: string

Asset root path.

Private entities

entities: Map<string, AssetFileEntity>

Map of AssetFileEntity related to absolute path.

Methods

clear

  • clear(): void

forEach

  • forEach(proc: function): void

get

scan

  • scan(targetPath?: string): void
  • Scan given path and set entities.

    Parameters

    • Default value targetPath: string = this.assetRoot

    Returns void

Generated using TypeDoc