Master Index Match Engine Reference

getDataSourcesList

Description

The getDataSourcesList returns the comparator's list of associated data source paths.

Syntax

List getDataSourcesList(String codeName)

Parameters

Parameter 

Type 

Description 

codeName 

string 

The name of the comparator. The name is defined in comparatorsList.xml in the name attribute of the code element. In the example below, the comparator's code name is “Exact”.

<code description="New exact comparator" name="Exact" />

Return Value

A list of paths and filenames as specified in comparatorsList.xml.

Throws

None.