org.databene.platform.xls
Class XLSEntitySourceFactory

java.lang.Object
  extended by org.databene.platform.xls.XLSEntitySourceFactory
All Implemented Interfaces:
SourceFactory<Entity>

public class XLSEntitySourceFactory
extends java.lang.Object
implements SourceFactory<Entity>

SourceFactory implementation which creates XLS entity sources.

Created: 05.05.2010 15:08:03

Since:
0.6.1
Author:
Volker Bergmann

Constructor Summary
XLSEntitySourceFactory(java.lang.String type, org.databene.commons.Converter<java.lang.String,?> scriptConverter)
           
 
Method Summary
 EntitySource create(java.lang.String id, BeneratorContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLSEntitySourceFactory

public XLSEntitySourceFactory(java.lang.String type,
                              org.databene.commons.Converter<java.lang.String,?> scriptConverter)
Method Detail

create

public EntitySource create(java.lang.String id,
                           BeneratorContext context)
Specified by:
create in interface SourceFactory<Entity>


Copyright © 2011. All Rights Reserved.