phenote.dataadapter.importer
Class AnnotationImporterGeneric

java.lang.Object
  extended by phenote.dataadapter.importer.AnnotationImporterGeneric

public class AnnotationImporterGeneric
extends java.lang.Object


Field Summary
protected  org.obo.datamodel.OBOSession session
           
 
Constructor Summary
AnnotationImporterGeneric()
           
 
Method Summary
 void configureShard(java.lang.String jdbcPath, java.lang.String username, java.lang.String password)
           
 void importAnnotation(java.lang.String configurationFile, java.lang.String filePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected org.obo.datamodel.OBOSession session
Constructor Detail

AnnotationImporterGeneric

public AnnotationImporterGeneric()
Method Detail

importAnnotation

public void importAnnotation(java.lang.String configurationFile,
                             java.lang.String filePath)
                      throws java.lang.Exception
Throws:
java.lang.Exception

configureShard

public void configureShard(java.lang.String jdbcPath,
                           java.lang.String username,
                           java.lang.String password)
                    throws java.lang.Exception
Throws:
java.lang.Exception