public class VcapApplicationParser extends Object implements ApplicationProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
VCAP_APPLICATION |
| Constructor and Description |
|---|
VcapApplicationParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Provides the application ID.
|
String |
getApplicationName()
Provides the application name
|
static ApplicationProperties |
getApplicationProperties(String vcapApplication) |
public static final String VCAP_APPLICATION
public static ApplicationProperties getApplicationProperties(String vcapApplication)
public String getApplicationId()
ApplicationPropertiesgetApplicationId in interface ApplicationPropertiesString the application IDpublic String getApplicationName()
ApplicationPropertiesgetApplicationName in interface ApplicationPropertiesString the application nameCopyright © 2021. All rights reserved.