Interface SubstitutionMap

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  SubstitutionMap.Initializable
      A substitution map that can be reconsitituted from saved mappings.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String get​(java.lang.String key)
      Gets the string that should be substituted for key.
    • Method Detail

      • get

        java.lang.String get​(java.lang.String key)
        Gets the string that should be substituted for key. The same value must be consistently returned for any particular key, and the returned value must not be returned for any other key value.
        Parameters:
        key - the text to be replaced (never null)
        Returns:
        the value to substitute for key