public abstract class AbstractDatabaseCollector extends Object implements DatabaseCollector
| Constructor and Description |
|---|
AbstractDatabaseCollector() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getHost(String url)
Extracts host as a URI from the jdbc connection string.
|
protected String |
matchAndReturn(String regex,
String url)
Matches a pattern to the provided regex and returns it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, isApplicablepublic URI getHost(String url) throws URISyntaxException
DatabaseCollectorgetHost in interface DatabaseCollectorurl - jdbc connection stringURISyntaxException - in case of being unable to parse the connection string to a URICopyright © 2017 SAP SE. All Rights Reserved.