public class CliParams extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CliParams() |
| Modifier and Type | Method and Description |
|---|---|
NamePasswordConfiguration |
getFtpConfig()
FTP config getter
|
NamePasswordConfiguration |
getHttpConfig()
HTTP config getter
|
void |
setFtpConfig(NamePasswordConfiguration ftpConfig)
FTP config setter
|
void |
setHttpConfig(NamePasswordConfiguration httpConfig)
HTTP config setter
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic NamePasswordConfiguration getHttpConfig()
public void setHttpConfig(NamePasswordConfiguration httpConfig)
httpConfig - HTTP configpublic NamePasswordConfiguration getFtpConfig()
public void setFtpConfig(NamePasswordConfiguration ftpConfig)
ftpConfig - FTP configCopyright © 2014. All rights reserved.