org.databene.benerator.factory
Interface SourceFactory<E>

All Known Implementing Classes:
CSVEntitySourceFactory, XLSEntitySourceFactory

public interface SourceFactory<E>

Interface for classes which provide Iterables for iterating through data sources.

Created: 05.05.2010 14:51:09

Since:
0.6.1
Author:
Volker Bergmann

Method Summary
 org.databene.commons.TypedIterable<E> create(java.lang.String id, BeneratorContext context)
           
 

Method Detail

create

org.databene.commons.TypedIterable<E> create(java.lang.String id,
                                             BeneratorContext context)


Copyright © 2011. All Rights Reserved.