Class JdbcUrlUtil
java.lang.Object
com.atlassian.confluence.plugins.synchrony.utils.JdbcUrlUtil
Utility class to normalize a JDBC URL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
normalizeSchemeAndSubprotocol
(String jdbcUrl) Normalize the protocol part of the JDBC URL
-
Constructor Details
-
JdbcUrlUtil
public JdbcUrlUtil()
-
-
Method Details
-
normalizeSchemeAndSubprotocol
Normalize the protocol part of the JDBC URL- Parameters:
jdbcUrl
- the original JDBC URL- Returns:
- a normalized JDBC URL
-