Class ParametersMap

  • All Implemented Interfaces:
    Map<String,​String>

    public class ParametersMap
    extends AbstractMap<String,​String>
    Non thread safe map for storing TeamCity parameters in compact form. Each parameter key is split onto several words by dots, each unique word gets an integer index. The sequence of indexes is stored as a parameter key. The words are stored in the dictionaries maps. The values of the parameters are stored in the dictionaries maps too, because they are often the same.