public static class SystemPropertyResolver.Default extends Object implements SystemPropertyResolver
SystemPropertyResolver
implementation.
This implementation simply delegates to System.getProperty(String)
.
SystemPropertyResolver.Default
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String sPropertyName)
Return the value of the specified system property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance, getProperty
public String getProperty(String sPropertyName)
SystemPropertyResolver
getProperty
in interface SystemPropertyResolver
sPropertyName
- the name of the property to return