Package com.suse.common.configuration
Class EnvironmentConfigurationSource
java.lang.Object
com.suse.common.configuration.BaseConfigurationSource
com.suse.common.configuration.EnvironmentConfigurationSource
- All Implemented Interfaces:
ConfigurationSource
A configuration source that's retrieving the property values from the system environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the names of all the available properties.protected StringgetRawValue(String property) Methods inherited from class com.suse.common.configuration.BaseConfigurationSource
convertTo, getBoolean, getDouble, getFloat, getInteger, getList, getLong, getString, toPropertiesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.suse.common.configuration.ConfigurationSource
requireBoolean, requireDouble, requireFloat, requireInteger, requireList, requireLong, requireString
-
Constructor Details
-
EnvironmentConfigurationSource
public EnvironmentConfigurationSource()
-
-
Method Details
-
getRawValue
- Specified by:
getRawValuein classBaseConfigurationSource
-
getPropertyNames
Description copied from interface:ConfigurationSourceRetrieves the names of all the available properties.- Returns:
- the set of property names
-