Exemplo n.º 1
0
 public String getString(String key, String defValue) {
   return PropertiesHelper.getString(map.get(key), defValue);
 }