Overview: A module that collects a stream of files and outputs them as Signal objects, with the filenames set as the fileLocation metadata.
Detailed Description: This module takes as input a stream of files (java.io.File) and outputs a stream of empty Signal objects (org.imirsel.m2k.util.Signal) with the filenames set as the fileLocation metadata. One signal per file is output.
Data Handling: The input data is not modified.