public class SystemPropertiesPropertySource extends java.lang.Object implements IPropertySource
Constructor and Description |
---|
SystemPropertiesPropertySource() |
Modifier and Type | Method and Description |
---|---|
static IPropertySource |
getInstance() |
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Delegates to
System.getProperty(java.lang.String) . |
public SystemPropertiesPropertySource()
public static IPropertySource getInstance()
public java.lang.String getPropertyValue(java.lang.String propertyName)
System.getProperty(java.lang.String)
.getPropertyValue
in interface IPropertySource