Class StringGenerator

All Implemented Interfaces:
Generator<String>, TransformingGenerator<String,String>, ElementWriter<String>

public class StringGenerator extends OneStageGenerator<String>
A generator that writes the contents of a String to the file-system as text-file.
Author:
Owen Feehan