public class HsqlCollector extends AbstractDatabaseCollector
| Constructor and Description |
|---|
HsqlCollector() |
| 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.
|
matchAndReturnpublic boolean isApplicable(String url)
DatabaseCollectorurl - jdbc connection stringpublic URI getHost(String url) throws URISyntaxException
DatabaseCollectorgetHost in interface DatabaseCollectorgetHost in class AbstractDatabaseCollectorurl - jdbc connection stringURISyntaxException - in case of being unable to parse the connection string to a URIpublic String getName(String url)
DatabaseCollectorurl - jdbc connection stringCopyright © 2017 SAP SE. All Rights Reserved.