public class VcapApplicationParser extends Object implements ApplicationInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
VCAP_APPLICATION |
| Constructor and Description |
|---|
VcapApplicationParser() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationInfo |
getApplicationInfo(String vcapApplication) |
String |
getId() |
String |
getName() |
String |
getUrl() |
public static final String VCAP_APPLICATION
public static ApplicationInfo getApplicationInfo(String vcapApplication)
public String getId()
getId in interface ApplicationInfopublic String getName()
getName in interface ApplicationInfopublic String getUrl()
getUrl in interface ApplicationInfoCopyright © 2021. All rights reserved.