2425262728293031323334
str.append(getSingleValue(configurationKey)+"\n"); } return str.toString(); } ConfigurationKey configurationKey = ConfigurationKey.getByName(argv[1]); if (argv.length == 2) { return getSingleValue(configurationKey); } else {