public interface DatabaseCollector
| Modifier and Type | Method and Description |
|---|---|
URI |
getHost(String url)
Extracts host as a URI from the jdbc connection string.
|
String |
getName(String url)
Extracts the database name from a jdbc connection string.
|
boolean |
isApplicable(String url)
Checks whether this strategy should be applied to a given connection string.
|
boolean isApplicable(String url)
url - jdbc connection stringURI getHost(String url) throws URISyntaxException
url - jdbc connection stringURISyntaxException - in case of being unable to parse the connection string to a URICopyright © 2017 SAP SE. All Rights Reserved.