public interface ServerVariables extends Constructible, Extensible, Map<String,ServerVariable>
| Modifier and Type | Method and Description |
|---|---|
ServerVariables |
addServerVariable(String name,
ServerVariable serverVariable)
This method adds a key-value item to a ServerVariables instance from the name-item parameter pair and returns the modified instance.
|
addExtension, getExtensions, setExtensionsclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesServerVariables addServerVariable(String name, ServerVariable serverVariable)
name - the name of ServerVariable instanceserverVariable - the ServerVariable instanceCopyright © 2018. All rights reserved.