API Docs for: 0.9.1
Show:

AbstractLoader Class

Extends Base

Methods

_gatherFiles

() String[] private

Gathers all files that is selected by the glob

Returns:

_processFile

(
  • parentId
  • file
)
Promise private

Processes a single file

Parameters:

Returns:

Promise:

_processFiles

(
  • parentId
  • files
)
Promise private

Processes a list of files

Parameters:

Returns:

Promise:

getConfiguration

() Object

Gets the configuration supplied

Returns:

getOptions

() Object

Gets the options

Returns:

getPath

() String

Output path

Returns:

getReporter

() EventReporter

Gets the reporter instance

Returns:

getType

() String

Gets the type of reporter

Returns:

initialize

()

Initializes the instance

newId

() Int

Create a new id

Returns:

Int:

process

(
  • parentId
)
Promise

Starts the loading process

Parameters:

Returns:

Promise:

Properties

TYPE

String static