Class SymbolSourceImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      <SymbolProvider> providers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
       input)
      Given an input string that may contain symbols, returns the string with any and all symbols fully expanded.
       symbolName)
      Expands the value for a particular symbol.
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Method Detail

      • expandSymbols

        public   input)
        Description copied from interface: SymbolSource
        Given an input string that may contain symbols, returns the string with any and all symbols fully expanded.
        Specified by:
        expandSymbols in interface SymbolSource
        Returns:
        expanded input
      • valueForSymbol

        public   symbolName)
        Description copied from interface: SymbolSource
        Expands the value for a particular symbol. This may involve recursive expansion, if the immediate value for the symbol itself contains symbols.
        Specified by:
        valueForSymbol in interface SymbolSource
        Returns:
        the expanded string