org.intermine.dataloader
Class IntegrationWriterFactory

java.lang.Object
  extended by org.intermine.dataloader.IntegrationWriterFactory

public final class IntegrationWriterFactory
extends java.lang.Object

Produce IntegrationWriters


Method Summary
static IntegrationWriter getIntegrationWriter(java.lang.String alias)
          Return an IntegrationWriter configured using properties file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIntegrationWriter

public static IntegrationWriter getIntegrationWriter(java.lang.String alias)
                                              throws ObjectStoreException
Return an IntegrationWriter configured using properties file

Parameters:
alias - identifier for properties defining integration/writer parameters
Returns:
instance of a concrete IntegrationWriter according to property
Throws:
ObjectStoreException - if anything goes wrong