public abstract class AbstractConnectionConfig extends Object implements ConnectionConfig
Constructor and Description |
---|
AbstractConnectionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
saveSettings(Settings newSettings)
Apply the current user entered settings into the given Settings object.
|
void |
testConnection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassName, getDatabaseType, getPassword, getUrl, getUsername
public void saveSettings(Settings newSettings) throws ValidationException
saveSettings
in interface ConnectionConfig
newSettings
- The Settings object to set the values in.ValidationException
public void testConnection() throws ClassNotFoundException, SQLException, ValidationException
testConnection
in interface ConnectionConfig
ClassNotFoundException
SQLException
ValidationException
Copyright © 2002-2024 Atlassian. All Rights Reserved.