Class SchemaAwareConfigConsole

java.lang.Object
com.atlassian.jira.configurator.db.SchemaAwareConfigConsole
All Implemented Interfaces:
ConnectionConfig, DatabaseConfigConsole

public class SchemaAwareConfigConsole extends Object implements DatabaseConfigConsole
This class is used for setting up a Postgres configuration in Db Config Tool triggered in the text mode. It adds a new parameter to a Postgres configuration - "schema name". This class is not thread safe same as the whole db configuration tool implementation including DatabaseConfigConsoleImpl
Author:
pfarid
See Also: