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

Overview: A module that collects a stream of FileListWithClass objects and writes them to a text file with either String labels or integer labels

Detailed Description: This module takes a stream of FileListWithClass (org.imirsel.m2k.io.FileLiestWithClass) and labels as inputs. It then writes them to a text file with specified name and path. A flag sets whether to use Integer or String Labels.

Data Handling: The input data is not modified.


Inputs:
FileListWithClass objects
org. imirsel. m2k. io. FileListWithClass
File lists to be writen to the text file

Class Name
java. lang. String
Class names


Outputs:
Output file name
java. lang. String
The name of the text file that the file list was written to


Class names
[java. lang. String
A String array containing the names of the classes



Properties:
Output file name
The filename to output the text file to

Use integer labels for classes
Assign an integer label to each class or use the String labels provided.

Working directory
The absolute path to the directory to write the file in. Remember to add a trailing slash