public class PropertyParserUtils extends Object
| Constructor and Description |
|---|
PropertyParserUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDeploymentPropertyValue(Map<String,String> deploymentProperties,
String propertyName) |
static String |
getDeploymentPropertyValue(Map<String,String> deploymentProperties,
String propertyName,
String defaultValue) |
static Map<String,String> |
getStringPairsToMap(String stringPairs)
Extracts annotations from the provided value
|
public static Map<String,String> getStringPairsToMap(String stringPairs)
stringPairs - The deployment request annotationsMap of annotationspublic static String getDeploymentPropertyValue(Map<String,String> deploymentProperties, String propertyName)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.