public class SystemPropertiesSymbolSource extends java.lang.Object implements SymbolSource
SymbolSource
that
accesses System.getProperty(java.lang.String)
.Constructor and Description |
---|
SystemPropertiesSymbolSource() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
valueForSymbol(java.lang.String name)
Returns the value for the named system property, or null
if no such system property exists.
|
public SystemPropertiesSymbolSource()
public java.lang.String valueForSymbol(java.lang.String name)
valueForSymbol
in interface SymbolSource