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, waitgetInstance, getPropertypublic String getProperty(String sPropertyName)
SystemPropertyResolvergetProperty in interface SystemPropertyResolversPropertyName - the name of the property to return