org.apache.hivemind.impl
Class SystemPropertiesSymbolSource

java.lang.Object
  extended by org.apache.hivemind.impl.SystemPropertiesSymbolSource
All Implemented Interfaces:
SymbolSource

public class SystemPropertiesSymbolSource
extends java.lang.Object
implements SymbolSource

Implementation of SymbolSource that accesses System.getProperty(java.lang.String).

Author:
Howard Lewis Ship

Constructor Summary
SystemPropertiesSymbolSource()
           
 
Method Summary
 java.lang.String valueForSymbol(java.lang.String name)
          Returns the value for the named system property, or null if no such system property exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertiesSymbolSource

public SystemPropertiesSymbolSource()
Method Detail

valueForSymbol

public java.lang.String valueForSymbol(java.lang.String name)
Returns the value for the named system property, or null if no such system property exists.

Specified by:
valueForSymbol in interface SymbolSource