Tags: Tiihott/cnf_01
Tags
Allow hyphen and underscore in keys in ArgsConfiguration (teragrep#37)
Allow keys to have upper case characters and periods in ArgsConfigura… …tion (teragrep#29)
Fix NPE reported by Coverity (teragrep#24) * Fix NPE in ArgsConfiguration * Join matcher checks together
Support command line arguments as a configuration (teragrep#22) Remove unnecessary code in test Support command line arguments as a configuration source
Support System Properties as a configuration source (teragrep#20) * Support system properties as a configuration source Update README Support system properties as a configuration source * Rewrite PropertiesConfiguration to use a Map instead of Properties as class variable, refine tests * Rename variable in PropertiesConfiguration