Class VcapApplicationParser
java.lang.Object
com.sap.cds.services.utils.environment.VcapApplicationParser
- All Implemented Interfaces:
ApplicationInfo
Parser for CloudFoundry's VCAP_APPLICATION
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationInfo
getApplicationInfo
(String vcapApplication) getId()
getName()
getUrl()
-
Field Details
-
VCAP_APPLICATION
- See Also:
-
-
Constructor Details
-
VcapApplicationParser
public VcapApplicationParser()
-
-
Method Details
-
getApplicationInfo
-
getId
- Specified by:
getId
in interfaceApplicationInfo
-
getName
- Specified by:
getName
in interfaceApplicationInfo
-
getUrl
- Specified by:
getUrl
in interfaceApplicationInfo
-