public abstract class RelationalServiceInfoCreator<SI extends RelationalServiceInfo> extends CloudFoundryServiceInfoCreator<SI>
Constructor and Description |
---|
RelationalServiceInfoCreator(Tags tags,
String... uriSchemes) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Map<String,Object> serviceData) |
SI |
createServiceInfo(Map<String,Object> serviceData) |
abstract SI |
createServiceInfo(String id,
String uri,
String jdbcUrl) |
protected boolean |
jdbcUrlMatchesScheme(Map<String,Object> serviceData) |
getCredentials, getDefaultUriScheme, getId, getIntFromCredentials, getStringFromCredentials, getUriFromCredentials, getUriSchemes, labelStartsWithTag, tagsMatch, uriKeyMatchesScheme, uriMatchesScheme
public boolean accept(Map<String,Object> serviceData)
accept
in interface ServiceInfoCreator<SI extends RelationalServiceInfo,Map<String,Object>>
accept
in class CloudFoundryServiceInfoCreator<SI extends RelationalServiceInfo>