public class OpenShiftParameters extends LinkedHashMap<String,String> implements Map<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PARAM_ASSIGNER |
static String |
DEFAULT_PARAM_DELIMITER |
Constructor and Description |
---|
OpenShiftParameters() |
OpenShiftParameters(String paramDelimiter) |
OpenShiftParameters(String paramDelimiter,
String paramAssigner) |
Modifier and Type | Method and Description |
---|---|
static OpenShiftParameters |
fromRuntimeConfig(OpenShiftRuntimeConfig runtimeConfig) |
static OpenShiftParameters |
fromString(String str) |
static OpenShiftParameters |
fromString(String str,
String paramDelimiter) |
static OpenShiftParameters |
fromString(String str,
String paramDelimiter,
String paramAssigner) |
String |
getParamAssigner() |
String |
getParamDelimiter() |
OpenShiftParameters |
param(String key,
String value) |
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public static final String DEFAULT_PARAM_DELIMITER
public static final String DEFAULT_PARAM_ASSIGNER
public OpenShiftParameters()
public OpenShiftParameters(String paramDelimiter)
public String getParamDelimiter()
public String getParamAssigner()
public OpenShiftParameters param(String key, String value)
public String toString()
toString
in class AbstractMap<String,String>
public static OpenShiftParameters fromString(String str)
public static OpenShiftParameters fromString(String str, String paramDelimiter)
public static OpenShiftParameters fromString(String str, String paramDelimiter, String paramAssigner)
public static OpenShiftParameters fromRuntimeConfig(OpenShiftRuntimeConfig runtimeConfig)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.