DirectoryScanner Streams Driver

The DirectoryScanner module scans the specified local directory for files whose names match a specified pattern (for example, *.xml, *.dat , MyFile.* ). This module accepts plug-ins, such as parsers, just as the driver module does.

Note:

The DirectoryScanner module has built-in checkpoints. There is no need to use a checkpoint module with a DirectoryScanner.

The provdriver::DirectoryScanner driver is integrated into the new provdriver framework and therefore compliant with the high number of Service Order requirements. It periodically scans a directory for files, sorting them (by date and then lexicographically) and gives the content of each file to a specific framer (FileFramer). Subsequently, the FileFramer frames the file content using a regular expression (if needed) and transfers the resulting service order request to the parser plug-in. For more details of this module, refer to the interface documentation of component prov, interfaces provdriver::DirectoryScanner and provdriver::FileFramer.

Note:

Refer to TIBCO Fulfillment Provisioning Developer's Guide for instructions on how to access the component documentation.

Type provdriver::DirectoryScanner

For more details about this module, refer to the component documentation.