public class VcapServicesParser extends Object implements ServiceBinding
| Modifier and Type | Field and Description |
|---|---|
static String |
VCAP_SERVICES |
| Constructor and Description |
|---|
VcapServicesParser() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getCredentials() |
String |
getName() |
String |
getService() |
static List<ServiceBinding> |
getServiceBindings(String vcapServices) |
String |
getServicePlan() |
List<String> |
getTags() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchespublic static final String VCAP_SERVICES
public static List<ServiceBinding> getServiceBindings(String vcapServices)
public String getName()
getName in interface ServiceBindingpublic String getService()
getService in interface ServiceBindingpublic String getServicePlan()
getServicePlan in interface ServiceBindingpublic List<String> getTags()
getTags in interface ServiceBindingpublic Map<String,Object> getCredentials()
getCredentials in interface ServiceBindingCopyright © 2021. All rights reserved.