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, wait
matches
public static final String VCAP_SERVICES
public static List<ServiceBinding> getServiceBindings(String vcapServices)
public String getName()
getName
in interface ServiceBinding
public String getService()
getService
in interface ServiceBinding
public String getServicePlan()
getServicePlan
in interface ServiceBinding
public List<String> getTags()
getTags
in interface ServiceBinding
public Map<String,Object> getCredentials()
getCredentials
in interface ServiceBinding
Copyright © 2023. All rights reserved.