Call the CasCrawler.listModules() method to return a list of modules you can include in a crawl. Modules include CMS connectors that you have licensed and enabled, and any data source extensions and manipulator extensions you may have created using the CAS Extension API.

The syntax of the method is:

CasCrawler.listModules(ModuleType moduleType)

where moduleType is an enumeration value of either:

The method returns a List<ModuleInfo> object, which has zero or more ModuleInfo objects. Each ModuleInfo has the name and ID of a data source or manipulator.

To list the modules available to a crawl:

The CasCrawler.listModules() method does not throw checked exceptions if it fails.


Copyright © Legal Notices