Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.config
Class SchemaVersion

java.lang.Object
  extended by uk.ac.roslin.ensembl.config.SchemaVersion

public class SchemaVersion
extends Object

Author:
paterson

Constructor Summary
SchemaVersion()
           
SchemaVersion(Properties localMappingRules)
           
 
Method Summary
 String getBaseMybatis()
           
 Properties getConfigurationProperties()
           
 String getCurrentEnsemblVersion()
           
 String getCurrentGenomesVersion()
           
 String getMybatisSchemaPath(String database, String version)
           
 String[] getRegisteredSchemas()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaVersion

public SchemaVersion()
              throws ConfigurationException
Throws:
ConfigurationException

SchemaVersion

public SchemaVersion(Properties localMappingRules)
              throws ConfigurationException
Throws:
ConfigurationException
Method Detail

getMybatisSchemaPath

public String getMybatisSchemaPath(String database,
                                   String version)

getConfigurationProperties

public Properties getConfigurationProperties()

getCurrentEnsemblVersion

public String getCurrentEnsemblVersion()

getCurrentGenomesVersion

public String getCurrentGenomesVersion()

getRegisteredSchemas

public String[] getRegisteredSchemas()

getBaseMybatis

public String getBaseMybatis()

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3