uk.ac.ebi.intenz.tools.importer
Class ImporterFactory

java.lang.Object
  extended by uk.ac.ebi.intenz.tools.importer.ImporterFactory

public class ImporterFactory
extends Object

This class, is used to create instances of the importers.

Version:
$id 31-May-2005 13:43:45 History: Developer Date Description pmatos 31-May-2005 Created class rafalcan 06-Jan-2006 Added GoLinkImporter
Author:
pmatos

Field Summary
static String GO_IMPORTER
           
static String KRAKEN_IMPORTER
           
 
Constructor Summary
ImporterFactory()
           
 
Method Summary
static Importer createImporter(String importer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GO_IMPORTER

public static final String GO_IMPORTER

KRAKEN_IMPORTER

public static final String KRAKEN_IMPORTER
Constructor Detail

ImporterFactory

public ImporterFactory()
Method Detail

createImporter

public static Importer createImporter(String importer)
                               throws ClassNotFoundException,
                                      IllegalAccessException,
                                      InstantiationException
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException


Copyright © 2013 EMBL-EBI. All Rights Reserved.