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, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic 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–2019 JBoss by Red Hat. All rights reserved.