Class YamlUtil
java.lang.Object
org.arquillian.cube.docker.impl.util.YamlUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic final booleanstatic final intstatic final Collection<Map<String,Object>> asListOfMap(Map<String, Object> map, String property) asListOfString(Map<String, ?> mapOfStrings) This method converts a map of key:value pairs into a list of 'key=value' stringsstatic final Collection<String>asListOfString(Map<String, Object> map, String property) static final longasMapOfStrings(Map<String, Object> map, String property) static final String
-
Method Details
-
asBoolean
-
asListOfMap
-
asListOfString
-
asListOfString
This method converts a map of key:value pairs into a list of 'key=value' strings- Parameters:
mapOfStrings- Map of key:value pairs- Returns:
- List of key=value strings
-
asString
-
asMap
-
asMapOfStrings
-
asInt
-
asLong
-