org.databene.benerator.file
Class FileBuilder

java.lang.Object
  extended by org.databene.benerator.file.FileBuilder

public class FileBuilder
extends java.lang.Object

Calls a Generator several times and writes its output to a DocumentWriter.

Created: 08.06.2007 17:53:50

Author:
Volker Bergmann

Constructor Summary
FileBuilder()
           
 
Method Summary
static
<T> void
build(Generator<T> generator, int length, org.databene.commons.DocumentWriter<T> writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBuilder

public FileBuilder()
Method Detail

build

public static <T> void build(Generator<T> generator,
                             int length,
                             org.databene.commons.DocumentWriter<T> writer)
                  throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013. All Rights Reserved.