public interface JdbcUrlParser
DatabaseInstance parseUrl(String jdbcUrl) throws ParseException
ParseException
String getUrl(String hostname, String port, String instance) throws ParseException
hostname
- the hostnameport
- the TCP/IP port numberinstance
- the DB "instance"ValidationException
- If the underlying configuration is invalid for this DB type. eg for Postgres, "Database" (instance) is a required fieldParseException
Copyright © 2002-2015 Atlassian. All Rights Reserved.