public class SymbolSourceImpl extends Object implements SymbolSource
Constructor and Description |
---|
SymbolSourceImpl(List<SymbolProvider> providers) |
Modifier and Type | Method and Description |
---|---|
String |
expandSymbols(String input)
Given an input string that may contain symbols, returns the string with any and all symbols fully
expanded.
|
String |
valueForSymbol(String symbolName)
Expands the value for a particular symbol.
|
public SymbolSourceImpl(List<SymbolProvider> providers)
public String expandSymbols(String input)
SymbolSource
expandSymbols
in interface SymbolSource
public String valueForSymbol(String symbolName)
SymbolSource
valueForSymbol
in interface SymbolSource
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.