public class CmdLineConfigurationReader extends Object implements IConfigurationReader
| Constructor and Description |
|---|
CmdLineConfigurationReader(Map<String,String> argsMap) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getArray(String key) |
Boolean |
getBoolean(String key) |
Integer |
getInteger(String key) |
IConfigurationReader |
getObject(String key) |
String |
getString(String key) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBooleanOrDefault, getIntegerOrDefault, getStringOrDefault, readKeyStoreFactoryConfiguration, readSecretKeyConfiguration, readStoreConfigurationpublic Boolean getBoolean(String key)
getBoolean in interface IConfigurationReaderpublic String getString(String key)
getString in interface IConfigurationReaderpublic Integer getInteger(String key)
getInteger in interface IConfigurationReaderpublic <T> List<T> getArray(String key)
getArray in interface IConfigurationReaderpublic IConfigurationReader getObject(String key)
getObject in interface IConfigurationReaderCopyright © 2017 Prompto. All rights reserved.