Alias: null
Common Name: null
Class: org. imirsel. m2k. io. CreateFileListForClass

Overview: A module that collects a stream of files and outputs them as a FileListWithClass object.

Detailed Description: this modules takes as input a stream of files (java.io.File) and applies a class name to them. The output is a (org.imirsel.m2k.io.FileLiestWithClass) object.

Data Handling: The input data is not modified.


Inputs:
File
java. io. File
Files to be added to the list


Outputs:
FileListWithClass objects
org. imirsel. m2k. io. FileListWithClass
The list of files representing the class.


Class name
java. lang. String
The name of the class.



Properties:
Name of class
The name of the class of data that these files belong to.