nl.knowledgeplaza.util.configuration
Class ConfigurationProviderSystemProperties
java.lang.Object
nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
nl.knowledgeplaza.util.configuration.ConfigurationProviderSystemProperties
public class ConfigurationProviderSystemProperties
- extends ConfigurationProviderAbstract
Read configuration data from the system properties (this includes -D...)
This uses the Properties class to allow filtering and encryption.
- Author:
- toeu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
ConfigurationProviderSystemProperties
public ConfigurationProviderSystemProperties(Configuration configuration)
- create and initialize with default settings
findProviders
public static List<ConfigurationProviderAbstract> findProviders(Configuration configuration)
get
public String get(String propertyName)
- Specified by:
get in class ConfigurationProviderAbstract
getCollection
public Map<String,String> getCollection(String prefix)
- Specified by:
getCollection in class ConfigurationProviderAbstract
describe
public String describe()
- Specified by:
describe in class ConfigurationProviderAbstract
Copyright © 2011 KnowledgePlaza. All Rights Reserved.