nl.knowledgeplaza.util.configuration
Class ConfigurationProviderMainArgs
java.lang.Object
nl.knowledgeplaza.util.configuration.ConfigurationProviderAbstract
nl.knowledgeplaza.util.configuration.ConfigurationProviderMainArgs
public class ConfigurationProviderMainArgs
- 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
ARGS_PROPERTY_ID
public static final String ARGS_PROPERTY_ID
- See Also:
- Constant Field Values
ConfigurationProviderMainArgs
public ConfigurationProviderMainArgs(Configuration configuration,
String[] args)
- create and initialize with default settings
getArgs
public String[] getArgs()
- args:
setArgs
public void setArgs(String[] value)
withArgs
public ConfigurationProviderMainArgs withArgs(String[] value)
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.