public class RegistryConfiguration extends Object
Constructor and Description |
---|
RegistryConfiguration()
Constructor for a non-configured RegistryConfiguration object.
|
RegistryConfiguration(DBConnection.DataSource type)
Constructs a RegistryConfiguration object after calling setType, which will
set the DBConnection if DataSource is of a known valid type.
|
Modifier and Type | Method and Description |
---|---|
DBConnection |
getDb()
Returns the DBCOnnection object set on this RegistryConfigurationobject,
or throws an ConfigurationException if there is no DBConnection set.
|
SchemaVersion |
getSchema()
Returns the SchemaVersionobject set on this RegistryConfiguration object.
|
DBConnection.DataSource |
getType()
Returns the current DataSource type of this RegistryConfiguration object.
|
void |
setDBByFile(File dbProperties)
Sets DBConnection on this RegistryConfiguration object
from a given File of Properties.
|
void |
setDBProperties(Properties dbProperties)
Sets DBConnection on this RegistryConfiguration object
from a given set of Properties.
|
void |
setSchemaByFile(File schemaMappings)
Sets the SchemaVersion object on this RegistryConfiguration object
using a File with Properties values.
|
void |
setSchemaProperties(Properties schemaProperties)
Sets the SchemaVersion object on this RegistryConfiguration object
using the given Properties.
|
public RegistryConfiguration()
public RegistryConfiguration(DBConnection.DataSource type) throws ConfigurationException
type
- DataSourceConfigurationException
public void setDBProperties(Properties dbProperties) throws ConfigurationException
dbProperties
- PropertiesConfigurationException
public void setSchemaProperties(Properties schemaProperties) throws ConfigurationException
schemaProperties
- PropertiesConfigurationException
public void setDBByFile(File dbProperties) throws ConfigurationException
dbProperties
- FileConfigurationException
public void setSchemaByFile(File schemaMappings) throws ConfigurationException
schemaMappings
- FileConfigurationException
public DBConnection getDb() throws ConfigurationException
ConfigurationException
public SchemaVersion getSchema() throws ConfigurationException
ConfigurationException
public DBConnection.DataSource getType()
JEnsembl: A Java API for Ensembl Data Access v1.78
© Roslin Institute 2010-14. GNU General Public License, version3