Known Direct Subclasses
|
Class Overview
Holds config options like username and password that are common to most DB types.
Fields
Public Constructors
Public Methods
public
final
JPanel
getPanel
()
public
String
getUrl
(String jiraHome)
Returns the JDBC URL for this DB config.
The current jira-home is passed because it used by HSQL.
Parameters
jiraHome
| The current configured jira-home |
Returns
- the JDBC URL for this DB config.
public
void
setSettings
(Settings settings)
public
void
validate
()
Verify that the settings are valid.
Protected Methods
protected
abstract
JPanel
buildConfigPanel
()
protected
abstract
String
getHostname
()
protected
abstract
String
getInstance
()
protected
abstract
String
getPort
()
protected
abstract
void
setSchemaName
(String schemaName)