Class: FilterManagerFactory

FilterManagerFactory

new FilterManagerFactory()

Creates an instance of FilterManager. This should never need to be called and is here as a placeholder.
Source:
See:

Methods

(static) createByDirectory(directory) → {FilterManager}

Creates a FilterManager using the single directory provided.
Parameters:
Name Type Description
directory String The directory to read the filters from
Source:
See:
Returns:
The FilterManager.
Type
FilterManager

(static) createByFile(files) → {FilterManager}

Creates a FilterManager using the single file or array of files provided.
Parameters:
Name Type Description
files String | Array.String The file or array of files to load as a filter
Source:
See:
Returns:
The FilterManager.
Type
FilterManager

(static) createByMap(map) → {FilterManager}

Creates a FilterManager using the map provided.
Parameters:
Name Type Description
map String The map to load the filters from
Source:
See:
Returns:
The FilterManager.
Type
FilterManager