|
Ensembl Model v1.09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
---|---|
uk.ac.roslin.ensembl.config | |
uk.ac.roslin.ensembl.model.database |
Uses of ConfigurationException in uk.ac.roslin.ensembl.config |
---|
Methods in uk.ac.roslin.ensembl.config that throw ConfigurationException | |
---|---|
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. |
Constructors in uk.ac.roslin.ensembl.config that throw ConfigurationException | |
---|---|
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)
|
Uses of ConfigurationException in uk.ac.roslin.ensembl.model.database |
---|
Methods in uk.ac.roslin.ensembl.model.database that throw ConfigurationException | |
---|---|
Database |
Registry.makeDatabase(String db_name)
|
|
Ensembl Model v1.09 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |