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 ApplicationInfo
public String getName()
getName
in interface ApplicationInfo
public String getUrl()
getUrl
in interface ApplicationInfo
Copyright © 2023. All rights reserved.