Interface ServerVariables

All Superinterfaces:
Constructible, Extensible, Map<String,ServerVariable>

public interface ServerVariables extends Constructible, Extensible, Map<String,ServerVariable>
ServerVariables
See Also:
  • Method Details

    • addServerVariable

      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.
      Parameters:
      name - the name of ServerVariable instance
      serverVariable - the ServerVariable instance
      Returns:
      ServerVariables instance with the added name-item pair.