org.apache.tapestry.util
Class SystemPropertiesPropertySource
java.lang.Object
org.apache.tapestry.util.SystemPropertiesPropertySource
- All Implemented Interfaces:
- IPropertySource
public class SystemPropertiesPropertySource
- extends Object
- implements IPropertySource
Obtain properties from JVM system properties.
- Since:
- 2.3
- Version:
- $Id: SystemPropertiesPropertySource.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertiesPropertySource
public SystemPropertiesPropertySource()
getInstance
public static IPropertySource getInstance()
getPropertyValue
public String getPropertyValue(String propertyName)
- Delegates to
System.getProperty(java.lang.String)
.
- Specified by:
getPropertyValue
in interface IPropertySource