Package | Description |
---|---|
uk.ac.roslin.ensembl.config | |
uk.ac.roslin.ensembl.dao.database | |
uk.ac.roslin.ensembl.demo | |
uk.ac.roslin.ensembl.model.database |
Modifier and Type | Method and Description |
---|---|
DBConnection |
RegistryConfiguration.getDb()
Returns the DBCOnnection object set on this RegistryConfigurationobject,
or throws an ConfigurationException if there is no DBConnection set.
|
SchemaVersion |
RegistryConfiguration.getSchema()
Returns the SchemaVersionobject set on this RegistryConfiguration object.
|
void |
RegistryConfiguration.setDBByFile(File dbProperties)
Sets DBConnection on this RegistryConfiguration object
from a given File of Properties.
|
void |
RegistryConfiguration.setDBProperties(Properties dbProperties)
Sets DBConnection on this RegistryConfiguration object
from a given set of Properties.
|
void |
RegistryConfiguration.setSchemaByFile(File schemaMappings)
Sets the SchemaVersion object on this RegistryConfiguration object
using a File with Properties values.
|
void |
RegistryConfiguration.setSchemaProperties(Properties schemaProperties)
Sets the SchemaVersion object on this RegistryConfiguration object
using the given Properties.
|
Constructor and Description |
---|
DBConnection(DBConnection.DataSource datasource) |
DBConnection(DBConnection.DataSource datasource,
Properties local_datasource) |
RegistryConfiguration(DBConnection.DataSource type)
Constructs a RegistryConfiguration object after calling setType, which will
set the DBConnection if DataSource is of a known valid type.
|
SchemaVersion() |
SchemaVersion(Properties localMappingRules) |
Constructor and Description |
---|
DBCollectionCoreDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBCollectionDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBCollectionSpecies(DBCollectionCoreDatabase database) |
DBComparisonDatabase(String db_name,
EnsemblDBType type,
DBRegistry registry) |
DBDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBSingleSpeciesCoreDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBSingleSpeciesDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
DBSingleSpeciesVariationDatabase(String db_name,
EnsemblDBType type,
Registry registry) |
Modifier and Type | Method and Description |
---|---|
void |
RegistryFactory.testBacteria() |
void |
RegistryFactory.testEnsembl() |
void |
RegistryFactory.testGenomes() |
void |
RegistryFactory.testSchemaVersion() |
Modifier and Type | Method and Description |
---|---|
int |
Registry.getHighestEnsemblSchemaVersion() |
int |
Registry.getHighestReleaseVersion() |
Database |
Registry.makeDatabase(String db_name) |
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3